mgsx-dev / gdx-pd

Pure Data extension for LibGDX
Apache License 2.0
27 stars 5 forks source link

OSX ant file not found #9

Open mgsx-dev opened 7 years ago

mgsx-dev commented 7 years ago

When building natives with gradle on OSX, xml files can't be found by Ant.

Workaround is to run each scrips manually :

$ ant -f jni/build-macosx32.xml -v -Dhas-compiler=true clean postcompile
$ ant -f jni/build-macosx64.xml -v -Dhas-compiler=true clean postcompile