mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Hopefully buildfix Linux (untested)
This commit is contained in:
@@ -3,8 +3,8 @@ project(armips)
|
||||
|
||||
option(ARMIPS_REGEXP "Enable regexp expression functions" ON)
|
||||
|
||||
if(NOT WIN32)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||||
if(NOT WIN32 AND NOT ANDROID)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
endif()
|
||||
|
||||
set(ARMIPS_PATH ../../armips)
|
||||
|
||||
Reference in New Issue
Block a user