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
CMake 4.0 does not specify CMAKE_OSX_SYSROOT unless it is set explicitly. When this is the case, passing the `-sdk` flag with an empty path confuses the compiler and results in build failures. This patch fixes things to only pass the sdk to the Swift compiler when the SDK is actually set.
0 commit comments