Skip to content

Commit 77264d9

Browse files
committed
Use new sulong home layout
1 parent 0c753ad commit 77264d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mx.truffleruby/suite.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@
256256
"TRUFFLERUBY", # We need this jar to run extconf.rb
257257
"TRUFFLERUBY-LAUNCHER", # We need this jar to run extconf.rb
258258
"truffle:TRUFFLE_NFI_NATIVE", # trufflenfi.h
259-
"sulong:SULONG_LIBS", # polyglot.h
259+
"sulong:SULONG_HOME", # polyglot.h
260260
],
261261
"buildEnv": {
262262
"TRUFFLERUBYOPT": "--building-core-cexts",
263263
"NFI_HEADERS_DIR": "<path:truffle:TRUFFLE_NFI_NATIVE>/include",
264-
"SULONG_HEADERS_DIR": "<path:SULONG_LIBS>",
265-
"SULONG_POLYGLOT_H": "<path:SULONG_LIBS>/polyglot.h",
264+
"SULONG_HEADERS_DIR": "<path:SULONG_HOME>/include",
265+
"SULONG_POLYGLOT_H": "<path:SULONG_HOME>/include/polyglot.h",
266266
},
267267
"output": ".",
268268
"results": [
@@ -416,10 +416,10 @@
416416
],
417417
"lib/cext/include/sulong/": [
418418
"file:lib/cext/include/sulong/truffle.h",
419-
"extracted-dependency:sulong:SULONG_LIBS/*.h",
419+
"link:../../sulong-libs/include/polyglot.h",
420420
],
421421
"lib/cext/sulong-libs/": [
422-
"extracted-dependency:sulong:SULONG_LIBS/*",
422+
"extracted-dependency:sulong:SULONG_HOME/*",
423423
],
424424
"lib/mri/": [
425425
"dependency:org.truffleruby.cext/src/main/c/etc/etc.su",

0 commit comments

Comments
 (0)