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
The build_clang.sh script isn't working when CMAKE_GENERATOR=Ninja is exported in the environment.
You need to either use cmake --build <dir> instead of the $MAKE command, or pass the -G'Unix Makefiles' flag to the cmake command.
The text was updated successfully, but these errors were encountered:
The
build_clang.sh
script isn't working whenCMAKE_GENERATOR=Ninja
is exported in the environment.You need to either use
cmake --build <dir>
instead of the$MAKE
command, or pass the-G'Unix Makefiles'
flag to thecmake
command.The text was updated successfully, but these errors were encountered: