|
@@ -167,6 +167,9 @@ buildMobileKit() {
|
|
if [ "$VERBOSE" = "yes" ]; then
|
|
if [ "$VERBOSE" = "yes" ]; then
|
|
args="${args} -v"
|
|
args="${args} -v"
|
|
fi
|
|
fi
|
|
|
|
+ if [ "$CONFIGURATION" = "Debug" ]; then
|
|
|
|
+ args="${args} -d"
|
|
|
|
+ fi
|
|
if [ "$PLATFORM" = "iphonesimulator" ]; then
|
|
if [ "$PLATFORM" = "iphonesimulator" ]; then
|
|
args="${args} -s"
|
|
args="${args} -s"
|
|
./build.sh -a i386 ${args} -k "${SDK}" && ./build.sh -a x86_64 ${args} -k "${SDK}"
|
|
./build.sh -a i386 ${args} -k "${SDK}" && ./build.sh -a x86_64 ${args} -k "${SDK}"
|