Skip to content

Commit

Permalink
Unreviewed, reverting 270462@main.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264518

Breaks Xcode's run action

Reverted changeset:

"[Xcode] Support building into a WebKit-specific products directory for archival purposes"
https://bugs.webkit.org/show_bug.cgi?id=264214
https://commits.webkit.org/270462@main

Canonical link: https://commits.webkit.org/270479@main
  • Loading branch information
webkit-commit-queue authored and emw-apple committed Nov 9, 2023
1 parent 04f0e80 commit ee9e553
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Configurations/WebKitProjectPaths.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ WK_OVERRIDE_FRAMEWORKS_DIR_USE_STAGING_INSTALL_PATH_YES = $(WK_INSTALL_PATH_PREF
WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR = $(WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR_$(WK_USE_OVERRIDE_FRAMEWORKS_DIR));
WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR_YES = "$(WK_OVERRIDE_FRAMEWORKS_DIR)";

// Set WK_CONFIGURATION_BUILD_DIR to customize the directory WebKit builds into
// without affecting other projects in the build request.
CONFIGURATION_BUILD_DIR = $(WK_CONFIGURATION_BUILD_DIR:default=$(inherited));

WK_LIBRARY_HEADERS_FOLDER_PATH = $(WK_LIBRARY_HEADERS_FOLDER_PATH_OVERRIDE_$(WK_USE_OVERRIDE_FRAMEWORKS_DIR));
WK_LIBRARY_HEADERS_FOLDER_PATH_OVERRIDE_NO = /usr/local/include;
WK_LIBRARY_HEADERS_FOLDER_PATH_OVERRIDE_YES = /usr/local/include/safari-sdk;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include "Base.xcconfig"
#include? "../../../LocalOverrides.xcconfig"

ONLY_ACTIVE_ARCH = YES;

Expand Down

0 comments on commit ee9e553

Please sign in to comment.