Copy / Pasta bug. Oops.

This commit is contained in:
Scott Duensing 2021-09-16 15:43:05 -05:00
parent b2a7f69f57
commit a73839c85b

View file

@ -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