update java
This commit is contained in:
parent
a1b6a78a99
commit
05f919b2f7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function compile {
|
|||
if [ ! -d "$CORE_LOC/targets/amd64-linux-gcc-amd64-linux-gcc-release.baked" ]; then
|
||||
"$CORE_LOC/targets/amd64-linux-gcc.sh" release
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue