Prototype support for Java 9 (macOS build)

This commit is contained in:
Reinhard Pointner 2017-10-17 17:05:10 +02:00
parent 2fa1a762dc
commit 639d3acf8b
1 changed files with 4 additions and 1 deletions

View File

@ -434,7 +434,10 @@
<librarypath dir="${dir.lib}/native/mac-x86_64" />
<arch name="x86_64" />
<runtime dir="${jre.path}" />
<runtime dir="${jre.path}">
<include name="conf" />
<include name="legal" />
</runtime>
<argument value="--mode" />
<argument value="${application.mode}" />