From e9a949d80631b6612f26de6d3f9c8d533dd5ef8f Mon Sep 17 00:00:00 2001 From: Kamay Xutax Date: Mon, 22 Jan 2024 21:40:01 +0100 Subject: [PATCH] Compile for CS:S --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 16f2263bd2..84b14d8761 100644 --- a/wscript +++ b/wscript @@ -303,7 +303,7 @@ def options(opt): grp.add_option('--use-togl', action = 'store', dest = 'GL', type = 'int', default = sys.platform != 'win32', help = 'build engine with ToGL [default: %default]') - grp.add_option('--build-games', action = 'store', dest = 'GAMES', type = 'string', default = 'hl2', + grp.add_option('--build-games', action = 'store', dest = 'GAMES', type = 'string', default = 'cstrike', help = 'build games [default: %default]') grp.add_option('--use-ccache', action = 'store_true', dest = 'CCACHE', default = False,