Skip to content

Commit 3360794

Browse files
committed
Set LIBRUBY in RbConfig as ruby/spec C-API specs now rely on it
1 parent 4a8b994 commit 3360794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cext/ABI_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10
1+
11

lib/truffle/rbconfig.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ module RbConfig
162162
'LIBEXT' => 'a',
163163
'LIBPATHENV' => 'LD_LIBRARY_PATH',
164164
'LIBPATHFLAG' => ' -L%1$-s',
165-
'LIBRUBY' => '',
165+
'LIBRUBY' => "cext/libtruffleruby.#{Truffle::Platform::SOEXT}",
166166
'LIBRUBY_A' => '',
167167
'LIBRUBYARG' => librubyarg,
168168
'LIBRUBYARG_SHARED' => librubyarg,

0 commit comments

Comments
 (0)