Skip to content

Commit 1c675db

Browse files
zapsterfangerer
authored andcommitted
Use new sulong home layout
1 parent bcb3806 commit 1c675db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def update_import_cmd(args):
637637
join(mx.dependency("SULONG_LEGACY").output, "include", "truffle.h"),
638638
join(SUITE.dir, "graalpython", "com.oracle.graal.python.cext", "include", "truffle.h")
639639
) and shutil.copy(
640-
join(mx.dependency("SULONG_LIBS").output, "polyglot.h"),
640+
join(mx.dependency("SULONG_HOME").output, "include", "polyglot.h"),
641641
join(SUITE.dir, "graalpython", "com.oracle.graal.python.cext", "include", "polyglot.h")
642642
)
643643
else:

mx.graalpython/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
},
4545
{
4646
"name": "sulong",
47-
"version": "27e72763418cecc57a8b23bcb47efb58548735f8",
47+
"version": "636e1ca4fa50df0b7741aa1e1e12f474bee3dd5a",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
]
5252
},
5353
{
5454
"name": "regex",
55-
"version": "27e72763418cecc57a8b23bcb47efb58548735f8",
55+
"version": "636e1ca4fa50df0b7741aa1e1e12f474bee3dd5a",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
@@ -233,11 +233,11 @@
233233
"results": ["graalpython/lib-graalpython"],
234234
"output": ".",
235235
"buildDependencies": [
236-
"sulong:SULONG_LIBS",
236+
"sulong:SULONG_HOME",
237237
"sulong:SULONG_LEGACY",
238238
],
239239
"buildEnv": {
240-
"POLYGLOT_INC": "<path:SULONG_LIBS>",
240+
"POLYGLOT_INC": "<path:SULONG_HOME>/include",
241241
},
242242
},
243243

0 commit comments

Comments
 (0)