From 1ba90006619dd3595f007c0c7e2ab1a4cb5fa748 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Tue, 10 Aug 2021 20:17:02 -0500 Subject: [PATCH] Updating online version of installer. --- scripts/installer.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 48a47e6..e2c4a1c 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -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