Title: [204910] trunk/Tools
Revision
204910
Author
[email protected]
Date
2016-08-24 11:44:21 -0700 (Wed, 24 Aug 2016)

Log Message

Try to fix Production builds.

PRODUCTION_FRAMEWORKS_DIR was undefined here.

* DumpRenderTree/mac/Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (204909 => 204910)


--- trunk/Tools/ChangeLog	2016-08-24 18:35:48 UTC (rev 204909)
+++ trunk/Tools/ChangeLog	2016-08-24 18:44:21 UTC (rev 204910)
@@ -1,3 +1,11 @@
+2016-08-24  Simon Fraser  <[email protected]>
+
+        Try to fix Production builds.
+        
+        PRODUCTION_FRAMEWORKS_DIR was undefined here.
+
+        * DumpRenderTree/mac/Configurations/Base.xcconfig:
+
 2016-08-24  Dan Bernstein  <[email protected]>
 
         Add a convenience function for creating a WKFrameHandleRef from a WKFrameRef without going through WKFrameInfoRef

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig (204909 => 204910)


--- trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2016-08-24 18:35:48 UTC (rev 204909)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2016-08-24 18:44:21 UTC (rev 204910)
@@ -87,6 +87,9 @@
 
 SDKROOT = macosx.internal;
 
+PRODUCTION_FRAMEWORKS_DIR[sdk=iphone*] = $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
+PRODUCTION_FRAMEWORKS_DIR[sdk=macosx*] = $(SDKROOT)$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
+
 WEBCORE_PRIVATE_HEADERS_DIR = $(WEBCORE_PRIVATE_HEADERS_DIR_$(CONFIGURATION));
 WEBCORE_PRIVATE_HEADERS_DIR_Release = $(WEBCORE_PRIVATE_HEADERS_DIR_engineering);
 WEBCORE_PRIVATE_HEADERS_DIR_Debug = $(WEBCORE_PRIVATE_HEADERS_DIR_engineering);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to