Skip to content
Snippets Groups Projects
Commit 1385fc55 authored by Ian Bell's avatar Ian Bell
Browse files

experiment: try to use clang-cl on windows

parent aa64a6e7
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ class CMakeBuild(build_ext):
if platform.system() == "Windows":
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
cmake_args += ['-T "ClangCL"']
if sys.maxsize > 2**32:
cmake_args += ['-A', 'x64']
build_args += ['--', '/m']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment