From 142a38f3dcf34d1d1848291145980baf6bd9fda1 Mon Sep 17 00:00:00 2001 From: Gianluca Boiano Date: Sat, 23 Feb 2019 15:51:03 +0100 Subject: [PATCH] fixed taberror: inconsistent use of tabs and spaces in indentation --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index da503401..7706e82e 100644 --- a/wscript +++ b/wscript @@ -45,7 +45,7 @@ def options(opt): grp.add_option('--dedicated', action = 'store_true', dest = 'DEDICATED', default = False, help = 'build Xash Dedicated Server(XashDS)') - grp.add_option( '--single-binary', action = 'store_true', dest = 'SINGLE_BINARY', default = False, + grp.add_option( '--single-binary', action = 'store_true', dest = 'SINGLE_BINARY', default = False, help = 'build single "xash" binary instead of xash.dll/libxash.so (forced for dedicated)') grp.add_option('--64bits', action = 'store_true', dest = 'ALLOW64', default = False,