Title: [153403] trunk/Source/ThirdParty
- Revision
- 153403
- Author
- [email protected]
- Date
- 2013-07-27 16:20:15 -0700 (Sat, 27 Jul 2013)
Log Message
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.
Modified Paths
Diff
Modified: trunk/Source/ThirdParty/ChangeLog (153402 => 153403)
--- trunk/Source/ThirdParty/ChangeLog 2013-07-27 23:14:07 UTC (rev 153402)
+++ trunk/Source/ThirdParty/ChangeLog 2013-07-27 23:20:15 UTC (rev 153403)
@@ -1,3 +1,10 @@
+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-19 Alex Christensen <[email protected]>
Added x64 configuration to Visual Studio build.
Modified: trunk/Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig (153402 => 153403)
--- trunk/Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig 2013-07-27 23:14:07 UTC (rev 153402)
+++ trunk/Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig 2013-07-27 23:20:15 UTC (rev 153403)
@@ -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