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.

libwebrtc imports some SDK headers which are not available on all
platforms by default (like Metal), so it needs to depend on the
SDKAdditions directory being available.

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

Canonical link: https://commits.webkit.org/267370@main
  • Loading branch information
emw-apple committed Aug 28, 2023
1 parent 256b5f3 commit 4ee5a0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22278,6 +22278,7 @@
inputPaths = (
"$(PROJECT_DIR)/Configurations/libwebrtc.exp",
"$(PROJECT_DIR)/Configurations/libwebrtc.testing.exp",
"$(WK_DERIVED_SDK_HEADERS_DIR)",
);
name = "Generate Export Files";
outputFileListPaths = (
Expand Down

0 comments on commit 4ee5a0c

Please sign in to comment.