Skip to content

Commit

Permalink
Open source build fix for "[Xcode] Symlink to missing headers and che…
Browse files Browse the repository at this point in the history
…ck in missing TBDs, instead of mutating the public SDK"

https://bugs.webkit.org/show_bug.cgi?id=259831
rdar://problem/113764577

Unreviewed build fix.

Re-apply https://commits.webkit.org/267370@main because it got undone in
a libwebrtc sync.

* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:

Originally-landed-as: 267370@main (4ee5a0c). https://bugs.webkit.org/show_bug.cgi?id=266423
Canonical link: https://commits.webkit.org/272063@main
  • Loading branch information
emw-apple committed Dec 14, 2023
1 parent 3096c56 commit 0657884
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23616,6 +23616,7 @@
"$(PROJECT_DIR)/Configurations/libwebrtc.exp",
"$(PROJECT_DIR)/Configurations/libwebrtc.testing.exp",
"$(PROJECT_DIR)/Configurations/libwebrtc.debug.exp",
"$(WK_DERIVED_SDK_HEADERS_DIR)",
);
name = "Generate Export Files";
outputFileListPaths = (
Expand Down

0 comments on commit 0657884

Please sign in to comment.