From bb32b6e7cde1b2f4a820df5767031403b4d19792 Mon Sep 17 00:00:00 2001 From: hwangsihu Date: Thu, 28 Nov 2024 22:04:25 +0900 Subject: [PATCH] Fix typo --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index d7714c2e..60d1468f 100644 --- a/SConstruct +++ b/SConstruct @@ -9,7 +9,7 @@ Help(""" Available custom build switches for NVGT: copylibs=0 or 1 (default 1): Copy shared libraries to release/lib after building? debug=0 or 1 (default 0): Include debug symbols in the resulting binaries? - no_upx=0 or 1 (defaulot 1): Disable UPX stubs? + no_upx=0 or 1 (default 1): Disable UPX stubs? no_plugins=0 or 1 (default 0): Disable the plugin system entirely? no_shared_plugins=0 or 1 (default 0): Only compile plugins statically? no_stubs=0 or 1 (default 0): Disable compilation of all stubs?