Will not blindly try to reinstall DGJPP anymore.
This commit is contained in:
parent
bf33607aa1
commit
2c76506974
1 changed files with 2 additions and 2 deletions
|
@ -143,11 +143,11 @@ function install_x86_dos() {
|
||||||
git clone https://github.com/andrewwutw/build-djgpp.git work/build-djgpp
|
git clone https://github.com/andrewwutw/build-djgpp.git work/build-djgpp
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#if [[ ! -f x-tools/${PLATFORM}/toolchain.cmake ]]; then
|
if [[ ! -f x-tools/djgpp/setenv ]]; then
|
||||||
pushd work/build-djgpp
|
pushd work/build-djgpp
|
||||||
./build-djgpp.sh 12.2.0
|
./build-djgpp.sh 12.2.0
|
||||||
popd
|
popd
|
||||||
#fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue