From 355a1a020eed074f3b800a82e0b5038e4168508e Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Sat, 10 Sep 2022 12:40:07 -0700 Subject: [PATCH] build.cfg: Default to non-SDL2 build and system dependencies. --- build.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.cfg b/build.cfg index 244f9bb7..35aded82 100644 --- a/build.cfg +++ b/build.cfg @@ -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