RESOLVED CONFIGURATION CHANGED178400
[WTF][JSCOnly] Build of --jsc-only port on macOS isn't working anymore
https://bugs.webkit.org/show_bug.cgi?id=178400
Summary [WTF][JSCOnly] Build of --jsc-only port on macOS isn't working anymore
Caio Lima
Reported 2017-10-17 10:41:17 PDT
The problem is due to "webkit/Source/WTF/wtf/threads/Signals.cpp:33:10: fatal error: 'MachExceptionsServer.h' file not found"
Attachments
Keith Miller
Comment 1 2017-10-18 20:07:40 PDT
Yeah, the solution to this is to run the mig stuff from PlatformMac.cmake if we are on a Mach platform. idk if we have any mach ports other than Darwin so maybe that's just if(APPLE).
Note You need to log in before you can comment on or make changes to this bug.