build.cfg: Default to non-SDL2 build and system dependencies.

This commit is contained in:
Marco Cawthorne 2022-09-10 12:40:07 -07:00
parent 2aa6917026
commit 355a1a020e
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 2 additions and 2 deletions

View File

@ -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