Skip to content

Commit 987b288

Browse files
committed
Darwin: Fix build on development versions of ruby
Without this, requiring the native extension fails with: dlsym(0x6cf51c20, ruby_abi_version): symbol not found - ruby_abi_version Development versions of ruby require this symbol to be present in native extensions. See: ruby/ruby@3df1692
1 parent ceed502 commit 987b288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/zstdruby/exports.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
_Init_zstdruby
1+
_Init_zstdruby
2+
_ruby_abi_version

0 commit comments

Comments
 (0)