mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-12-26 14:45:48 +00:00
Let's better keep SDL 1.2 the default until everything settles and mac bins are up.
This commit is contained in:
parent
3c0de8227c
commit
7aca65f47e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ ENDIF(NOT CMAKE_BUILD_TYPE)
|
||||||
OPTION(AQUARIA_DEMO_BUILD "Demo Build?" FALSE)
|
OPTION(AQUARIA_DEMO_BUILD "Demo Build?" FALSE)
|
||||||
OPTION(AQUARIA_USE_VFS "Use Virtual File System? Required for some additional features." TRUE)
|
OPTION(AQUARIA_USE_VFS "Use Virtual File System? Required for some additional features." TRUE)
|
||||||
|
|
||||||
OPTION(AQUARIA_USE_SDL2 "Use SDL2" TRUE)
|
OPTION(AQUARIA_USE_SDL2 "Use SDL2" FAlSE)
|
||||||
|
|
||||||
# No Steamworks SDK for Linux at the moment. Roll our own achievements.
|
# No Steamworks SDK for Linux at the moment. Roll our own achievements.
|
||||||
ADD_DEFINITIONS(-DBBGE_BUILD_ACHIEVEMENTS_INTERNAL=1)
|
ADD_DEFINITIONS(-DBBGE_BUILD_ACHIEVEMENTS_INTERNAL=1)
|
||||||
|
|
Loading…
Reference in a new issue