Skip to content

Commit

Permalink
Try a different load name
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
  • Loading branch information
tpowell-progress committed Apr 1, 2024
1 parent db2ddc5 commit 2820f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ffi-libarchive/archive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def self.attach_function_maybe(*args)
end

extend FFI::Library
ffi_lib %w{liblzma.a}
ffi_lib %w{liblzma liblzma.la}
ffi_lib %w{libarchive.so.13 libarchive.13 libarchive-13 libarchive.so libarchive archive libarchive.a}

attach_function :archive_version_number, [], :int
Expand Down

0 comments on commit 2820f2e

Please sign in to comment.