diff --git a/VERSION b/VERSION index 0437331..9ea63db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.13 \ No newline at end of file +1.1.13 diff --git a/lib/ffi-libarchive/archive.rb b/lib/ffi-libarchive/archive.rb index eda2445..0465c4f 100644 --- a/lib/ffi-libarchive/archive.rb +++ b/lib/ffi-libarchive/archive.rb @@ -8,7 +8,8 @@ def self.attach_function_maybe(*args) end extend FFI::Library - ffi_lib %w{libarchive.so.13 libarchive.13 libarchive-13 libarchive.so libarchive archive} + 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 attach_function :archive_version_string, [], :string