From a285409f59dbfce872c5bfeb84f35e78ac918c44 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Thu, 21 Dec 2017 00:40:28 +0300 Subject: [PATCH] Fix travis --- rpcs3/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt index a6e9e68556..efa34e9481 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt @@ -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()