update java
This commit is contained in:
parent
381a1032b1
commit
a1b6a78a99
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function copyLibs {
|
||||||
}
|
}
|
||||||
|
|
||||||
function compile {
|
function compile {
|
||||||
"$CORE_LOC/core/externals/configure.sh"
|
"$CORE_LOC/externals/configure.sh"
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue