Changeset 156348 in webkit for trunk/Source/JavaScriptCore/Configurations
- Timestamp:
- Sep 24, 2013, 12:18:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/Configurations/Base.xcconfig
r156122 r156348 126 126 INSTALL_PATH = $(INSTALL_PATH_PREFIX)$(INSTALL_PATH_ACTUAL); 127 127 HAVE_DTRACE = 1; 128 129 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)); 130 TOOLCHAINS_iphoneos = $(TOOLCHAINS); 131 TOOLCHAINS_iphonesimulator = $(TOOLCHAINS); 132 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 133 TOOLCHAINS_macosx_1070 = $(TOOLCHAINS); 134 TOOLCHAINS_macosx_1080 = default; 135 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
Note:
See TracChangeset
for help on using the changeset viewer.