Title: [161841] trunk/Source/ThirdParty
Revision
161841
Author
[email protected]
Date
2014-01-12 15:52:31 -0800 (Sun, 12 Jan 2014)

Log Message

Fix the Mac build after r161777.

* gtest/xcode/Config/General.xcconfig: AspenFamily.xcconfig excludes
macosx from SUPPORTED_PLATFORMS, so add it back in ourselves.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ChangeLog (161840 => 161841)


--- trunk/Source/ThirdParty/ChangeLog	2014-01-12 23:23:44 UTC (rev 161840)
+++ trunk/Source/ThirdParty/ChangeLog	2014-01-12 23:52:31 UTC (rev 161841)
@@ -1,3 +1,10 @@
+2014-01-12  Andy Estes  <[email protected]>
+
+        Fix the Mac build after r161777.
+
+        * gtest/xcode/Config/General.xcconfig: AspenFamily.xcconfig excludes
+        macosx from SUPPORTED_PLATFORMS, so add it back in ourselves.
+
 2014-01-11  David Kilzer  <[email protected]>
 
         [iOS] Upstream gtest

Modified: trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig (161840 => 161841)


--- trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig	2014-01-12 23:23:44 UTC (rev 161840)
+++ trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig	2014-01-12 23:52:31 UTC (rev 161841)
@@ -72,3 +72,5 @@
 SDKROOT_macosx = $(SDKROOT_macosx_$(USE_INTERNAL_SDK));
 SDKROOT_macosx_ = macosx;
 SDKROOT_macosx_YES = macosx.internal;
+
+SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to