mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-15 11:46:56 +02:00
make download_dependencies.sh also build vcmibuilder
This commit is contained in:
parent
9996013946
commit
667cc3b067
@ -2,7 +2,13 @@ if [ -f ../.osx_dependencies_installed ];
|
|||||||
then
|
then
|
||||||
echo "OS X prebuilt dependencies are already installled"
|
echo "OS X prebuilt dependencies are already installled"
|
||||||
else
|
else
|
||||||
|
# Download and unpack OS X prebuilt dependencies
|
||||||
curl -o ../xcode-pack.zip -L http://download.vcmi.eu/xcode-pack.zip
|
curl -o ../xcode-pack.zip -L http://download.vcmi.eu/xcode-pack.zip
|
||||||
unzip ../xcode-pack.zip -d ../
|
unzip ../xcode-pack.zip -d ../
|
||||||
|
|
||||||
|
# Build vcmibuilder
|
||||||
|
xcodebuild -project osx/osx-vcmibuilder/vcmibuilder.xcodeproj/ -configuration Release
|
||||||
|
mv osx/osx-vcmibuilder/build/Release/vcmibuilder.app osx/vcmibuilder.app
|
||||||
|
|
||||||
touch ../.osx_dependencies_installed
|
touch ../.osx_dependencies_installed
|
||||||
fi
|
fi
|
Loading…
x
Reference in New Issue
Block a user