Use normal paths, as they work.

This commit is contained in:
Endolf 2018-05-09 21:46:25 +01:00
parent 3faf26532e
commit 3b886a200e

View file

@ -43,7 +43,7 @@
<phase>compile</phase>
<configuration>
<target>
<ant dir="${project.build.sourceDirectory}\..\native"/>
<ant dir="${project.build.sourceDirectory}/../native"/>
</target>
</configuration>
<goals>