1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Corrected OSX setup script to use OSX folder instead of Linux one.

Probably a copy/paste error when writing the script.
This commit is contained in:
Luke Ceddia 2015-12-14 11:17:09 +11:00
parent 9595dd37e6
commit 18a05b79ee
2 changed files with 2 additions and 3 deletions

View file

@ -1 +0,0 @@
Another commit

View file

@ -45,9 +45,9 @@ fi
cd ../../../../../../../..
echo "Building User Additions"
cd internal/c/parts/user_mods/os/lnx
cd internal/c/parts/user_mods/os/osx
rm -f src.a
./setup_build.sh
./setup_build.command
if [ ! -f ./src.a ]; then
echo "Compilation of ./internal/c/parts/user_mods/os/osx/src.a failed!"
Pause