Title: [162977] trunk/Source/WebKit2
Revision
162977
Author
aes...@apple.com
Date
2014-01-28 15:55:40 -0800 (Tue, 28 Jan 2014)

Log Message

[iOS] Set INSTALL_PATH_ACTUAL when building WebKit2 for the iOS Simulator
https://bugs.webkit.org/show_bug.cgi?id=127811

Reviewed by Dan Bernstein.

* Configurations/WebKit2.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (162976 => 162977)


--- trunk/Source/WebKit2/ChangeLog	2014-01-28 23:51:30 UTC (rev 162976)
+++ trunk/Source/WebKit2/ChangeLog	2014-01-28 23:55:40 UTC (rev 162977)
@@ -1,3 +1,12 @@
+2014-01-28  Andy Estes  <aes...@apple.com>
+
+        [iOS] Set INSTALL_PATH_ACTUAL when building WebKit2 for the iOS Simulator
+        https://bugs.webkit.org/show_bug.cgi?id=127811
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/WebKit2.xcconfig:
+
 2014-01-28  Jinwoo Song  <jinwoo7.s...@samsung.com>
 
         Unreviewed EFL WebKit2 build fix.

Modified: trunk/Source/WebKit2/Configurations/WebKit2.xcconfig (162976 => 162977)


--- trunk/Source/WebKit2/Configurations/WebKit2.xcconfig	2014-01-28 23:51:30 UTC (rev 162976)
+++ trunk/Source/WebKit2/Configurations/WebKit2.xcconfig	2014-01-28 23:55:40 UTC (rev 162977)
@@ -27,6 +27,8 @@
 INFOPLIST_FILE = Info.plist;
 
 INSTALL_PATH = $(WEBKIT2_FRAMEWORKS_DIR);
+INSTALL_PATH_ACTUAL = $(INSTALL_PATH_ACTUAL_$(PLATFORM_NAME));
+INSTALL_PATH_ACTUAL_iphonesimulator = $(NORMAL_WEBKIT2_FRAMEWORKS_DIR_iphoneos);
 DYLIB_INSTALL_NAME_BASE = $(NORMAL_WEBKIT2_FRAMEWORKS_DIR);
 
 FRAMEWORK_AND_LIBRARY_LDFLAGS = $(FRAMEWORK_AND_LIBRARY_LDFLAGS_$(PLATFORM_NAME));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to