Skip to content

Commit

Permalink
Fix compat with shared Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Mar 7, 2024
1 parent 2c55d8b commit 491d7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module Vips
begin
attach_function :g_malloc, [:size_t], :pointer
@@is_unified = true
rescue => e
rescue FFI::NotFoundError
@@is_unified = false
end

Expand Down

0 comments on commit 491d7d9

Please sign in to comment.