Title: [90131] trunk/Source/ThirdParty/ANGLE
Revision
90131
Author
[email protected]
Date
2011-06-30 10:04:46 -0700 (Thu, 30 Jun 2011)

Log Message

ANGLE shouldn't try to use internal SDKs. It doesn't need them!

Rubber-stamped by Dan Bernstein.

* Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (90130 => 90131)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2011-06-30 17:00:48 UTC (rev 90130)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2011-06-30 17:04:46 UTC (rev 90131)
@@ -1,3 +1,11 @@
+2011-06-30  Mark Rowe  <[email protected]>
+
+        Rubber-stamped by Dan Bernstein.
+
+        ANGLE shouldn't try to use internal SDKs. It doesn't need them!
+
+        * Configurations/Base.xcconfig:
+
 2011-06-20  Zhenyao Mo  <[email protected]>
 
         Reviewed by Kenneth Russell.

Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (90130 => 90131)


--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2011-06-30 17:00:48 UTC (rev 90130)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2011-06-30 17:04:46 UTC (rev 90131)
@@ -36,6 +36,6 @@
 
 // If the target Mac OS X version does not match the current Mac OS X version then we'll want to build using the target version's SDK.
 SDKROOT = $(SDKROOT_$(MAC_OS_X_VERSION_MAJOR)_$(TARGET_MAC_OS_X_VERSION_MAJOR));
-SDKROOT_1060_1050 = macosx10.5internal;
-SDKROOT_1070_1050 = macosx10.5internal;
-SDKROOT_1070_1060 = macosx10.6internal;
+SDKROOT_1060_1050 = macosx10.5;
+SDKROOT_1070_1050 = macosx10.5;
+SDKROOT_1070_1060 = macosx10.6;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to