10000 Adjusting to support 32/64 bit library build and inherit platform fro… · githubzhaoliang/sqlcipher@17ade40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17ade40

Browse files
committed
Adjusting to support 32/64 bit library build and inherit platform from parent project
1 parent 5332871 commit 17ade40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,14 @@
228228
1DEB91F008733DB70010E9CD /* Debug */ = {
229229
isa = XCBuildConfiguration;
230230
buildSettings = {
231-
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
231+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
232232
GCC_C_LANGUAGE_STANDARD = c99;
233233
GCC_OPTIMIZATION_LEVEL = 0;
234234
GCC_WARN_ABOUT_RETURN_TYPE = YES;
235235
GCC_WARN_UNUSED_VARIABLE = YES;
236236
ONLY_ACTIVE_ARCH = NO;
237237
PREBINDING = NO;
238+
SDKROOT = "$(PLATFORM_NAME)";
238239
SKIP_INSTALL = YES;
239240
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
240241
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
@@ -244,12 +245,13 @@
244245
1DEB91F108733DB70010E9CD /* Release */ = {
245246
isa = XCBuildConfiguration;
246247
buildSettings = {
247-
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
248+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
248249
GCC_C_LANGUAGE_STANDARD = c99;
249250
GCC_WARN_ABOUT_RETURN_TYPE = YES;
250251
GCC_WARN_UNUSED_VARIABLE = YES;
251252
ONLY_ACTIVE_ARCH = NO;
252253
PREBINDING = NO;
254+
SDKROOT = "$(PLATFORM_NAME)";
253255
SKIP_INSTALL = YES;
254256
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
255257
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";

0 commit comments

Comments
 (0)
0