Updating online version of installer.

This commit is contained in:
Scott Duensing 2021-08-10 20:17:02 -05:00
parent aac50496f9
commit 1ba9000661

View file

@ -39,6 +39,7 @@ G_GOLDEN_GATE_FILE=
G_XCODE_FILE=
G_OSX_MIN=10.6
G_OSX_DARWIN=17
#***TODO*** This list is dumb. It and more should be in an array.
G_IIGS=0
#G_AMIGA=1
#G_ATARIST=2
@ -81,6 +82,7 @@ function buildMacOSXSDK() {
pushd osxcross &> /dev/null
./tools/gen_sdk_package_pbzx.sh "${XCODE}"
mv -f MacOSX.* tarballs/.
# SDK_VERSION=
OSX_VERSION_MIN=${G_OSX_MIN} UNATTENDED=1 ./build.sh
mv -f target "${OSX}"
popd &> /dev/null
@ -322,7 +324,7 @@ function configWrite() {
echo "fi" >> "${O}"
echo "export JOEY=\"${G_PARENT}\"" >> "${O}"
if [[ ${G_IS_INSTALLED[$G_IIGS]} == 1 ]]; then
SDKLIST="${SDKLIST} IIgs"
SDKLIST="${SDKLIST} IIGS"
# IIgs Runtime & ORCA Compilers
P=\${JOEY}/sdks/IIgs:${P}
echo "export GOLDEN_GATE=\"\${JOEY}/sdks/IIgs/ORCA\"" >> "${O}"
@ -331,7 +333,7 @@ function configWrite() {
echo "fi" >> "${O}"
fi
if [[ ${G_IS_INSTALLED[$G_AMIGA]} == 1 ]]; then
SDKLIST="${SDKLIST} Amiga"
SDKLIST="${SDKLIST} AMIGA"
P=\${JOEY}/sdks/amiga/bin:${P}
fi
if [[ ${G_IS_INSTALLED[$G_ATARIST]} == 1 ]]; then