Adjust amalgamation to target OS X only

This commit is contained in:
Nick Parker 2014-12-03 09:48:33 -06:00
parent e7b8d1f1d6
commit adcd37c89a
1 changed files with 4 additions and 0 deletions

View File

@ -296,6 +296,8 @@
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = amalgamation;
SDKROOT = macosx;
SUPPORTED_PLATFORMS = macosx;
};
name = Debug;
};
@ -306,6 +308,8 @@
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
PRODUCT_NAME = amalgamation;
SDKROOT = macosx;
SUPPORTED_PLATFORMS = macosx;
ZERO_LINK = NO;
};
name = Release;