diff --git a/SConstruct b/SConstruct index afc7171b539..03e61cd06b6 100644 --- a/SConstruct +++ b/SConstruct @@ -142,12 +142,6 @@ if not env: print "Could not create a build environment" Exit() - -env.Append(RCFLAGS="TEST=\"test it\"") -print env['RCFLAGS'] -Exit() - - cc = B.arguments.get('CC', None) cxx = B.arguments.get('CXX', None) if cc: