mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Fix travis
This commit is contained in:
parent
a08e79f426
commit
a285409f59
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ if(NOT MSVC)
|
|||
|
||||
add_compile_options(-msse -msse2 -mcx16 -mrtm)
|
||||
|
||||
if(NOT TRAVIS)
|
||||
if(NOT DEFINED ENV{TRAVIS})
|
||||
add_compile_options(-march=native)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue