1
0
Fork 0

Update build.xml

This commit is contained in:
mrdev023 2016-08-28 21:47:35 +02:00 committed by GitHub
parent 3ec24c0ef8
commit 8dd145ca6f

View file

@ -24,7 +24,7 @@
<!-- <!--
fork="true" seems to be absolutely fork="true" seems to be absolutely
necessary for the setting of java.library.path necessary for the setting of java.library.path
to be effective. --> to be effective.
<java fork="true" classname="mrdev023/Main"> <java fork="true" classname="mrdev023/Main">
<classpath> <classpath>
@ -33,6 +33,6 @@
</classpath> </classpath>
<sysproperty key="java.library.path" <sysproperty key="java.library.path"
value="${lwjgl_natives.dir}"/> value="${lwjgl_natives.dir}"/>
</java> </java> -->
</target> </target>
</project> </project>