Title: [275783] trunk/Source/WebKit
- Revision
- 275783
- Author
- [email protected]
- Date
- 2021-04-09 16:33:30 -0700 (Fri, 09 Apr 2021)
Log Message
[Cocoa] Don't set LD_RUNPATH_SEARCH_PATHS in the WebKit project file.
https://bugs.webkit.org/show_bug.cgi?id=224392
Reviewed by Eric Carlson.
* WebKit.xcodeproj/project.pbxproj:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (275782 => 275783)
--- trunk/Source/WebKit/ChangeLog 2021-04-09 22:20:11 UTC (rev 275782)
+++ trunk/Source/WebKit/ChangeLog 2021-04-09 23:33:30 UTC (rev 275783)
@@ -1,3 +1,12 @@
+2021-04-09 Jer Noble <[email protected]>
+
+ [Cocoa] Don't set LD_RUNPATH_SEARCH_PATHS in the WebKit project file.
+ https://bugs.webkit.org/show_bug.cgi?id=224392
+
+ Reviewed by Eric Carlson.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
2021-04-09 Sihui Liu <[email protected]>
Create WebIDBServer only when it is needed
Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (275782 => 275783)
--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2021-04-09 22:20:11 UTC (rev 275782)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2021-04-09 23:33:30 UTC (rev 275783)
@@ -14691,14 +14691,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = BCB86F4B116AAACD00CE20B7 /* WebKit.xcconfig */;
buildSettings = {
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- SWIFT_VERSION = 5.0;
};
name = Debug;
};
@@ -14706,13 +14698,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = BCB86F4B116AAACD00CE20B7 /* WebKit.xcconfig */;
buildSettings = {
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
- SWIFT_VERSION = 5.0;
};
name = Release;
};
@@ -14863,13 +14848,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = BCB86F4B116AAACD00CE20B7 /* WebKit.xcconfig */;
buildSettings = {
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
- SWIFT_VERSION = 5.0;
};
name = Production;
};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes