Update build.xml

When compiling with repo from the the osmand-tools repo to build OsmandMapCreator, I need the ./ before collect_libs.sh
This commit is contained in:
hvdwolf 2014-01-26 08:52:48 +01:00
parent 99261472db
commit 8586f00969

View file

@ -76,7 +76,7 @@
</target>
<target name="native-libs-jar" depends="compile">
<exec command="bash collect_libs.sh" failonerror="true">
<exec command="bash ./collect_libs.sh" failonerror="true">
</exec>
<antcall target="jar" />
</target>