update java

This commit is contained in:
Victor Shcherb 2014-06-23 22:10:16 +02:00
parent a1b6a78a99
commit 05f919b2f7

View file

@ -23,7 +23,7 @@ function compile {
if [ ! -d "$CORE_LOC/targets/amd64-linux-gcc-amd64-linux-gcc-release.baked" ]; then if [ ! -d "$CORE_LOC/targets/amd64-linux-gcc-amd64-linux-gcc-release.baked" ]; then
"$CORE_LOC/targets/amd64-linux-gcc.sh" release "$CORE_LOC/targets/amd64-linux-gcc.sh" release
fi fi
(cd "$CORE_LOC/targets/amd64-linux-gcc-amd64-linux-gcc-release.baked" && make -j$OSMAND_BUILD_CPU_CORES_NUM OsmAndJNI) (cd "$CORE_LOC/targets/amd64-linux-gcc-amd64-linux-gcc-release.baked" && make -j$OSMAND_BUILD_CPU_CORES_NUM)
} }
compile compile