From a73839c85b45302cdc603b2e74d879dccaace3be Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Thu, 16 Sep 2021 15:43:05 -0500 Subject: [PATCH] Copy / Pasta bug. Oops. --- scripts/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/installer.sh b/scripts/installer.sh index c2c1c30..41352af 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -173,6 +173,7 @@ function buildMacOSXSDK() { mkdir -p "${OSX}" mv -f target/* "${OSX}" ./cleanup.sh + popd &> /dev/null # If we don't do this, we use the system ar / ranlib which is bad. pushd "${OSX}/bin" &> /dev/null