mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
gcc no like underscore
This commit is contained in:
parent
803dccae2d
commit
a07fd55014
2
setup.py
2
setup.py
@ -59,7 +59,7 @@ class CMakeBuild(build_ext):
|
||||
# If this is a CI build, make sure not to use any advanced CPU features
|
||||
if bool(os.environ.get('CI', False)):
|
||||
print('forcing use of base x86_64 instruction set for CI build')
|
||||
cmake_args += ['-DCMAKE_CXX_FLAGS=-mtune=x86_64']
|
||||
cmake_args += ['-DCMAKE_CXX_FLAGS=-mtune=x86-64']
|
||||
|
||||
else:
|
||||
# Single config generators are handled "normally"
|
||||
|
Loading…
Reference in New Issue
Block a user