update java

This commit is contained in:
Victor Shcherb 2014-06-23 22:04:21 +02:00
parent 381a1032b1
commit a1b6a78a99

View file

@ -19,7 +19,7 @@ function copyLibs {
}
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
"$CORE_LOC/targets/amd64-linux-gcc.sh" release
fi