Skip to content

Commit 5fc068c

Browse files
committed
Fix buildDependencies to build C-exts
1 parent 6abe5a7 commit 5fc068c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mx.truffleruby/suite.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@
250250
"native": True,
251251
"dir": "src/main/c",
252252
"buildDependencies": [
253-
"TRUFFLERUBY", # We need truffleruby.jar to run extconf.rb
253+
"TRUFFLERUBY", # We need this jar to run extconf.rb
254+
"TRUFFLERUBY-LAUNCHER", # We need this jar to run extconf.rb
254255
"sulong:SULONG_LIBS", # polyglot.h
255256
],
256257
"buildEnv": {

0 commit comments

Comments
 (0)