From f0364c40a93a39e2ca4121581ea8ddf3b7b3ed32 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Sat, 23 May 2015 16:53:00 -0700 Subject: [PATCH] Remove stray " in HOST config line --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index c5266d010..8f80a1ca0 100644 --- a/SConstruct +++ b/SConstruct @@ -307,7 +307,7 @@ opts.AddVariables( ('WARNING_CXXFLAGS', 'Compiler flags you can set to reduce warning levels which are placed after -Wall.', ''), # SCons build behavior options - ('HOST', 'Set the target host for cross compiling"', ''), + ('HOST', 'Set the target host for cross compiling', ''), ('CONFIG', "The path to the python file in which to save user configuration options. Currently : '%s'" % SCONS_LOCAL_CONFIG,SCONS_LOCAL_CONFIG), BoolVariable('USE_CONFIG', "Use SCons user '%s' file (will also write variables after successful configuration)", 'True'), # http://www.scons.org/wiki/GoFastButton