File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 # Skip PyPy wheels for now (numexpr needs some adjustments first)
1818 # musllinux takes too long to build, and it's not worth it for now
1919 CIBW_SKIP : " pp* *musllinux* *-win32"
20- # Keep generator/compiler settings here to avoid quoting pitfalls in CIBW_ENVIRONMENT_WINDOWS.
20+ # Keep generator/toolset settings here to avoid quoting pitfalls in CIBW_ENVIRONMENT_WINDOWS.
2121 CIBW_ENVIRONMENT_WINDOWS : " PATH=C:\\ Program Files\\ LLVM\\ bin;%PATH% CC=clang-cl CXX=clang-cl"
22- CIBW_CONFIG_SETTINGS_WINDOWS : " cmake.generator=Ninja ;cmake.define.CMAKE_C_COMPILER=clang-cl;cmake.define.CMAKE_CXX_COMPILER=clang-cl "
22+ CIBW_CONFIG_SETTINGS_WINDOWS : " cmake.generator=Visual Studio 17 2022 ;cmake.define.CMAKE_GENERATOR_TOOLSET=ClangCL "
2323
2424jobs :
2525
You can’t perform that action at this time.
0 commit comments