mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Fix typo
This commit is contained in:
parent
4b3e236275
commit
7ba2225644
2
setup.py
2
setup.py
@ -67,7 +67,7 @@ class CMakeBuild(build_ext):
|
||||
|
||||
else:
|
||||
if 'CC' in os.environ and 'clang-cl' in os.environ['CC']:
|
||||
cmake_args += ['ClangCL'] # https://stackoverflow.com/a/64189112/7645957
|
||||
cmake_args += ["-T", 'ClangCL'] # https://stackoverflow.com/a/64189112/7645957
|
||||
|
||||
# Single config generators are handled "normally"
|
||||
single_config = any(x in cmake_generator for x in {"NMake", "Ninja"})
|
||||
|
Loading…
Reference in New Issue
Block a user