8000 avoid having macosx set as the basesdk, thanks xcode · githubzhaoliang/sqlcipher@36bb995 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36bb995

Browse files
committed
avoid having macosx set as the basesdk, thanks xcode
1 parent 22e0566 commit 36bb995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
GCC_WARN_UNUSED_VARIABLE = YES;
246246
ONLY_ACTIVE_ARCH = YES;
247247
PREBINDING = NO;
248-
SDKROOT = macosx;
248+
SDKROOT = "$(PLATFORM_NAME)";
249249
SKIP_INSTALL = YES;
250250
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
251251
};
@@ -267,7 +267,7 @@
267267
GCC_WARN_ABOUT_RETURN_TYPE = YES;
268268
GCC_WARN_UNUSED_VARIABLE = YES;
269269
PREBINDING = NO;
270-
SDKROOT = macosx;
270+
SDKROOT = "$(PLATFORM_NAME)";
271271
SKIP_INSTALL = YES;
272272
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
273273
};

0 commit comments

Comments
 (0)
0