fix clang

This commit is contained in:
2026-02-21 16:54:10 +01:00
committed by Romain BOULLARD
parent 842ff8963c
commit 19e53feccd
3 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ tools.system.package_manager:sudo=True
tools.build:exelinkflags=["-fuse-ld=mold"]
tools.build:sharedlinkflags=["-fuse-ld=mold"]
tools.build:compiler_executables={"c": "clang", "cpp": "clang++"}
tools.cmake.cmaketoolchain:generator=Ninja
[tool_requires]