NEW245187
[Xcode] Stop jsc installhdrs from generated derived sources
https://bugs.webkit.org/show_bug.cgi?id=245187
Summary [Xcode] Stop jsc installhdrs from generated derived sources
Elliott Williams
Reported 2022-09-14 12:01:11 PDT
JavaScriptCore's "Generate Derived Sources" target runs during installhdrs because we set INSTALLHDRS_SCRIPT_PHASE=YES across the project. This was done many years ago to support copying WTF headers using a shell script, which we no longer do. Perhaps we can unset INSTALLHDRS_SCRIPT_PHASE completely?
Attachments
Elliott Williams
Comment 1 2022-09-14 12:01:30 PDT
Note You need to log in before you can comment on or make changes to this bug.