mirror of https://github.com/PCSX2/pcsx2.git
CMake: Fix builds outside of CI
This commit is contained in:
parent
14cfdafd05
commit
b61619cf40
|
@ -328,7 +328,7 @@ if(CMAKE_BUILD_STRIP)
|
|||
endif()
|
||||
|
||||
# Enable special stuff for CI builds
|
||||
if($ENV{CI} STREQUAL "true")
|
||||
if("$ENV{CI}" STREQUAL "true")
|
||||
list(APPEND PCSX2_DEFS PCSX2_CI)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue