Title: [153405] branches/safari-537-branch/Source/ThirdParty

Diff

Modified: branches/safari-537-branch/Source/ThirdParty/ChangeLog (153404 => 153405)


--- branches/safari-537-branch/Source/ThirdParty/ChangeLog	2013-07-27 23:44:27 UTC (rev 153404)
+++ branches/safari-537-branch/Source/ThirdParty/ChangeLog	2013-07-27 23:53:36 UTC (rev 153405)
@@ -1,3 +1,14 @@
+2013-07-27  Babak Shafiei  <[email protected]>
+
+        Merge r153403
+
+    2013-07-27  Mark Rowe  <[email protected]>
+
+            Fix builds against an SDK.
+
+            * gtest/xcode/Config/FrameworkTarget.xcconfig: Ensure that gtest.framework is installed
+            in a location compatible with the SDK generation process.
+
 2013-07-22  Lucas Forschler  <[email protected]>
 
         Merge r152874

Modified: branches/safari-537-branch/Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig (153404 => 153405)


--- branches/safari-537-branch/Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig	2013-07-27 23:44:27 UTC (rev 153404)
+++ branches/safari-537-branch/Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig	2013-07-27 23:53:36 UTC (rev 153405)
@@ -15,3 +15,5 @@
 
 // Let the user install by specifying the $DSTROOT with xcodebuild
 SKIP_INSTALL = NO
+
+INSTALL_PATH = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to