Title: [183934] trunk/Source/WebCore
Revision
183934
Author
m...@apple.com
Date
2015-05-07 10:59:23 -0700 (Thu, 07 May 2015)

Log Message

Tried to fix the build.

* Configurations/WebCoreTestSupport.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183933 => 183934)


--- trunk/Source/WebCore/ChangeLog	2015-05-07 17:45:51 UTC (rev 183933)
+++ trunk/Source/WebCore/ChangeLog	2015-05-07 17:59:23 UTC (rev 183934)
@@ -1,3 +1,9 @@
+2015-05-07  Dan Bernstein  <m...@apple.com>
+
+        Tried to fix the build.
+
+        * Configurations/WebCoreTestSupport.xcconfig:
+
 2015-05-07  Joanmarie Diggs  <jdi...@igalia.com>
 
         AX: [ATK] The pre element should be mapped to ATK_ROLE_SECTION; not ATK_ROLE_PANEL

Modified: trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig (183933 => 183934)


--- trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2015-05-07 17:45:51 UTC (rev 183933)
+++ trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2015-05-07 17:59:23 UTC (rev 183934)
@@ -31,7 +31,8 @@
 
 // Use [sdk=] selectors to override settings in WebCore.xcconfig.
 INSTALL_PATH_PREFIX[sdk=iphonesimulator8.*] = $(DEVELOPER_INSTALL_DIR)/Platforms/iPhoneSimulator.platform/Developer/SDKs/$(SDK_DIR:file);
-INSTALL_PATH = $(INSTALL_PATH_PREFIX)$(INSTALL_PATH_ACTUAL);
+INSTALL_PATH[sdk=iphone*] = $(INSTALL_PATH_PREFIX)$(INSTALL_PATH_ACTUAL);
+INSTALL_PATH[sdk=macosx*] = $(INSTALL_PATH_PREFIX)$(INSTALL_PATH_ACTUAL);
 INSTALL_PATH_ACTUAL = $(INSTALL_PATH_WebCoreTestSupport_$(CONFIGURATION));
 INSTALL_PATH_WebCoreTestSupport_Production = /usr/local/lib;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to