Skip to content

Commit

Permalink
Merge pull request #18046 from Homebrew/linux-keg-strict
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Aug 15, 2024
2 parents 0c90fd9 + 699d918 commit 9adf40b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Library/Homebrew/extend/os/linux/keg.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# typed: true # rubocop:disable Sorbet/StrictSigil
# typed: strict
# frozen_string_literal: true

class Keg
undef binary_executable_or_library_files

sig { returns(T::Array[Pathname]) }
def binary_executable_or_library_files
elf_files
end
Expand Down

0 comments on commit 9adf40b

Please sign in to comment.