Title: [165294] trunk/Source/WebKit/mac
- Revision
- 165294
- Author
- [email protected]
- Date
- 2014-03-07 14:52:38 -0800 (Fri, 07 Mar 2014)
Log Message
Fix a typo
<rdar://problem/15920020>
Rubber-stamped by Dan Bernstein.
* Configurations/WebKit.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (165293 => 165294)
--- trunk/Source/WebKit/mac/ChangeLog 2014-03-07 22:22:46 UTC (rev 165293)
+++ trunk/Source/WebKit/mac/ChangeLog 2014-03-07 22:52:38 UTC (rev 165294)
@@ -1,5 +1,14 @@
2014-03-07 Anders Carlsson <[email protected]>
+ Fix a typo
+ <rdar://problem/15920020>
+
+ Rubber-stamped by Dan Bernstein.
+
+ * Configurations/WebKit.xcconfig:
+
+2014-03-07 Anders Carlsson <[email protected]>
+
Tweak the WebKit2 frameworks directories
https://bugs.webkit.org/show_bug.cgi?id=129910
<rdar://problem/15920020>
Modified: trunk/Source/WebKit/mac/Configurations/WebKit.xcconfig (165293 => 165294)
--- trunk/Source/WebKit/mac/Configurations/WebKit.xcconfig 2014-03-07 22:22:46 UTC (rev 165293)
+++ trunk/Source/WebKit/mac/Configurations/WebKit.xcconfig 2014-03-07 22:52:38 UTC (rev 165294)
@@ -86,11 +86,11 @@
NORMAL_WEBKIT_FRAMEWORKS_DIR_iphonesimulator = $(PRODUCTION_FRAMEWORKS_DIR);
NORMAL_WEBKIT_FRAMEWORKS_DIR_macosx = $(SYSTEM_LIBRARY_DIR)/Frameworks;
-WEBKIT2_FRAMEWORKS_DIR = $(WEBKIT2_FRAMEWORK_DIR_$(CONFIGURATION));
-WEBKIT2_FRAMEWORKS_DIR_Release = $(WEBKIT2_FRAMEWORK_DIR_engineering);
-WEBKIT2_FRAMEWORKS_DIR_Debug = $(WEBKIT2_FRAMEWORK_DIR_engineering);
-WEBKIT2_FRAMEWORKS_DIR_Production = $(SDKROOT)$(WEBKIT2_FRAMEWORK_DIR_Production_USE_STAGING_INSTALL_PATH_$(USE_STAGING_INSTALL_PATH));
-WEBKIT2_FRAMEWORKS_DIR_Production_USE_STAGING_INSTALL_PATH_ = $(WEBKIT2_FRAMEWORK_DIR_Production_USE_STAGING_INSTALL_PATH_NO);
+WEBKIT2_FRAMEWORKS_DIR = $(WEBKIT2_FRAMEWORKS_DIR_$(CONFIGURATION));
+WEBKIT2_FRAMEWORKS_DIR_Release = $(WEBKIT2_FRAMEWORKS_DIR_engineering);
+WEBKIT2_FRAMEWORKS_DIR_Debug = $(WEBKIT2_FRAMEWORKS_DIR_engineering);
+WEBKIT2_FRAMEWORKS_DIR_Production = $(SDKROOT)$(WEBKIT2_FRAMEWORKS_DIR_Production_USE_STAGING_INSTALL_PATH_$(USE_STAGING_INSTALL_PATH));
+WEBKIT2_FRAMEWORKS_DIR_Production_USE_STAGING_INSTALL_PATH_ = $(WEBKIT2_FRAMEWORKS_DIR_Production_USE_STAGING_INSTALL_PATH_NO);
WEBKIT2_FRAMEWORKS_DIR_Production_USE_STAGING_INSTALL_PATH_NO = /System/Library/PrivateFrameworks;
WEBKIT2_FRAMEWORKS_DIR_Production_USE_STAGING_INSTALL_PATH_YES = $(PRODUCTION_FRAMEWORKS_DIR);
WEBKIT2_FRAMEWORKS_DIR_engineering = $(BUILT_PRODUCTS_DIR)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes