You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the correct sysroot spellings on Darwin and Linux
On Apple platforms, Clang accepts -isysroot to indicate the sysroot, while on Linux, it is --sysroot. Similarly, on Apple platforms the environment variable SDKROOT indicates the sysroot, while on Linux it is SYSROOT. rdar://47367002
0 commit comments