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.
2 parents 746d9ff + 45e8a27 commit 2dbf281Copy full SHA for 2dbf281
mx.truffleruby/mx_truffleruby.py
@@ -65,6 +65,7 @@ def miniruby_for_building_cexts(args):
65
mx_binary = join(mx._mx_home, 'mx')
66
options = [
67
'--experimental-options',
68
+ '--building-core-cexts',
69
'--home=' + root,
70
'--launcher=' + mx_binary + ' -p ' + root + ' miniruby_for_building_cexts',
71
'--disable-gems'
mx.truffleruby/suite.py
@@ -260,7 +260,6 @@
260
"sulong:SULONG_LEGACY", # truffle.h
261
],
262
"buildEnv": {
263
- "TRUFFLERUBYOPT": "--building-core-cexts",
264
"NFI_HEADERS_DIR": "<path:truffle:TRUFFLE_NFI_NATIVE>/include",
265
"SULONG_HEADERS_DIR": "<path:SULONG_HOME>/include",
266
"SULONG_POLYGLOT_H": "<path:SULONG_HOME>/include/polyglot.h",
0 commit comments