8000 Adjust amalgamation to target OS X only · githubzhaoliang/sqlcipher@adcd37c · GitHub
[go: up one dir, main page]

Skip to content

Commit adcd37c

Browse files
Adjust amalgamation to target OS X only
1 parent e7b8d1f commit adcd37c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@
296296
GCC_DYNAMIC_NO_PIC = NO;
297297
GCC_OPTIMIZATION_LEVEL = 0;
298298
PRODUCT_NAME = amalgamation;
299+
SDKROOT = macosx;
300+
SUPPORTED_PLATFORMS = macosx;
299301
};
300302
name = Debug;
301303
};
@@ -306,6 +308,8 @@
306308
COPY_PHASE_STRIP = YES;
307309
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
308310
PRODUCT_NAME = amalgamation;
311+
SDKROOT = macosx;
312+
SUPPORTED_PLATFORMS = macosx;
309313
ZERO_LINK = NO;
310314
};
311315
name = Release;

0 commit comments

Comments
 (0)
0