build modif

This commit is contained in:
2026-04-26 14:18:20 +02:00
parent 53cfe7a413
commit aa1a2ea4de
10 changed files with 133 additions and 57 deletions

View File

@@ -25,4 +25,7 @@ tools.build:compiler_executables={"c": "clang", "cpp": "clang++"}
tools.cmake.cmaketoolchain:generator=Ninja
[tool_requires]
!cmake/*: cmake/[>=4.2]
!cmake/*: cmake/4.3.2
[buildenv]
CCACHE_NOHASHDIR=1

View File

@@ -16,5 +16,10 @@ tools.meson.mesontoolchain:extra_machine_files+={{profile_dir}}/../Toolchains/ip
tools.build:cflags=["/Zc:preprocessor", "/Zc:__STDC__", "/D_CRT_DECLARE_NONSTDC_NAMES=1"]
tools.build:cxxflags=["/Zc:preprocessor", "/permissive-", "/Zc:__cplusplus", "/Zc:enumTypes", "/Zc:templateScope"]
tools.env.virtualenv:powershell=powershell.exe
[tool_requires]
!cmake/*: cmake/[>=4.2]
!cmake/*: cmake/4.3.2
[buildenv]
CCACHE_NOHASHDIR=1