build.cfg: Default to non-SDL2 build and system dependencies.
This commit is contained in:
parent
2aa6917026
commit
355a1a020e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Don't ship this with your application!
|
||||
|
||||
# Build the engine using the SDL2 instead of the native backend
|
||||
BUILD_SDL2=1
|
||||
BUILD_SDL2=0
|
||||
|
||||
# Build the engine with debug information
|
||||
BUILD_DEBUG=1
|
||||
|
@ -11,7 +11,7 @@ BUILD_DEBUG=1
|
|||
BUILD_CLEAN=0
|
||||
|
||||
# Build any deps the engine requires and statically link them into the binary
|
||||
BUILD_ENGINE_DEPENDENCIES=1
|
||||
BUILD_ENGINE_DEPENDENCIES=0
|
||||
|
||||
# Build Source engine format support
|
||||
BUILD_SOURCE=1
|
||||
|
|
Loading…
Reference in a new issue