CMakeLists.txt: Don't turn on "RGSS2" by default
This commit is contained in:
parent
e38ec7be98
commit
0d96207b39
|
@ -3,7 +3,7 @@ Project(mkxp)
|
|||
|
||||
## Setup options ##
|
||||
|
||||
option(RGSS2 "Enable RGSS2" ON)
|
||||
option(RGSS2 "Enable RGSS2" OFF)
|
||||
option(FORCE32 "Force 32bit compile on 64bit OS" OFF)
|
||||
set(BINDING "MRI" CACHE STRING "The Binding Type (MRI, MRUBY, NULL)")
|
||||
set(EXTERNAL_LIB_PATH "" CACHE PATH "External precompiled lib prefix")
|
||||
|
|
Loading…
Reference in New Issue