Skip to content

Commit 2132b8e

Browse files
committed
mx requires to set use_jdk_headers explicitly with MX_OUTPUT_ROOT_INCLUDES_CONFIG=true
1 parent fcd0b60 commit 2132b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.truffleruby/suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
"buildDependencies": [
191191
"org.truffleruby", # for the generated JNI header file
192192
],
193+
"use_jdk_headers": True, # the generated JNI header includes jni.h
193194
"cflags": ["-g", "-Wall", "-Werror"],
194195
},
195196

0 commit comments

Comments
 (0)