We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8b994 commit 3360794Copy full SHA for 3360794
lib/cext/ABI_version.txt
@@ -1 +1 @@
1
-10
+11
lib/truffle/rbconfig.rb
@@ -162,7 +162,7 @@ module RbConfig
162
'LIBEXT' => 'a',
163
'LIBPATHENV' => 'LD_LIBRARY_PATH',
164
'LIBPATHFLAG' => ' -L%1$-s',
165
- 'LIBRUBY' => '',
+ 'LIBRUBY' => "cext/libtruffleruby.#{Truffle::Platform::SOEXT}",
166
'LIBRUBY_A' => '',
167
'LIBRUBYARG' => librubyarg,
168
'LIBRUBYARG_SHARED' => librubyarg,
0 commit comments