Skip to content

Commit 72ce69e

Browse files
committed
[GR-17457] mx requires to set use_jdk_headers explicitly with MX_OUTPUT_ROOT_INCLUDES_CONFIG=true
PullRequest: truffleruby/2663
2 parents fcd0b60 + 2132b8e commit 72ce69e

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)