diff options
Diffstat (limited to 'make/build-junit.xml')
-rw-r--r-- | make/build-junit.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml index 82a0403..2a6807d 100644 --- a/make/build-junit.xml +++ b/make/build-junit.xml @@ -155,6 +155,8 @@ <fileset dir="${gluegen.root}"><patternset refid="@{c.compiler.src.files}"/></fileset> <compiler extends="@{compiler.cfg.id}" > + <sysincludepath path="${java.includes.dir}"/> + <sysincludepath path="${java.includes.dir.platform}"/> <includepath path="${test.junit.dir}"/> <includepath path="${build_t.gen}/native"/> </compiler> |