transitioned to cmake for desktop build
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../Builds/MacOSX
|
||||
cd ..
|
||||
rm -rf build
|
||||
|
||||
if ! xcodebuild -configuration Release -scheme "PaulXStretch - All" ; then
|
||||
./setupcmake.sh
|
||||
|
||||
./buildcmake.sh
|
||||
|
||||
echo Error BUILDING
|
||||
exit 2
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user