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:
parent
99261472db
commit
8586f00969
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="native-libs-jar" depends="compile">
|
<target name="native-libs-jar" depends="compile">
|
||||||
<exec command="bash collect_libs.sh" failonerror="true">
|
<exec command="bash ./collect_libs.sh" failonerror="true">
|
||||||
</exec>
|
</exec>
|
||||||
<antcall target="jar" />
|
<antcall target="jar" />
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in a new issue