we build res if we build psp, removed the ref to the mac script
This commit is contained in:
@@ -25,7 +25,7 @@ ant update > error.txt
|
|||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
# we create resource package
|
# we create resource package
|
||||||
if [ "$BUILD_RES" = "YES" ]; then
|
if [ "$BUILD_RES" = "YES" ] || [ "$BUILD_PSP" = "YES" ]; then
|
||||||
cd projects/mtg/bin/Res
|
cd projects/mtg/bin/Res
|
||||||
python createResourceZip.py
|
python createResourceZip.py
|
||||||
# if we let the zip here, Wagic will use it in the testsuite
|
# if we let the zip here, Wagic will use it in the testsuite
|
||||||
@@ -84,8 +84,3 @@ if [ "$BUILD_Qt" = "YES" ]; then
|
|||||||
../../wagic
|
../../wagic
|
||||||
cd ../..
|
cd ../..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Let's launch de Mac cross-compilation
|
|
||||||
if [ "$BUILD_MAC" = "YES" ]; then
|
|
||||||
./tools/build-macos-script.sh
|
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user