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
When you run xmake f -m debug --toolchain=clang-cl and create a project using xmake project -k ninja,
the resulting ninja has no "cxx" rule, which results in a compilation error.
Xmake Version
v2.9.6+HEAD.abd15c255
Operating System Version and Architecture
Windows 11
Describe Bug
When you run
xmake f -m debug --toolchain=clang-cl
and create a project usingxmake project -k ninja
,the resulting ninja has no "cxx" rule, which results in a compilation error.
Expected Behavior
Compilation with Ninja should work
Project Configuration
Additional Information and Error Logs
The text was updated successfully, but these errors were encountered: