Merge pull request #4308 from bykoianko/master-building-routing-for-ios-with-new-xcode
Building routing static lib for ios with new xcode.
This commit is contained in:
commit
329823fd69
1 changed files with 2 additions and 2 deletions
|
@ -1165,7 +1165,7 @@
|
|||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = macosx;
|
||||
SUPPORTED_PLATFORMS = macosx;
|
||||
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -1207,7 +1207,7 @@
|
|||
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = macosx;
|
||||
SUPPORTED_PLATFORMS = macosx;
|
||||
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
Reference in a new issue