diff options
Diffstat (limited to 'gears/SConscript.common')
-rw-r--r-- | gears/SConscript.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gears/SConscript.common b/gears/SConscript.common index 385c6c4..205392f1 100644 --- a/gears/SConscript.common +++ b/gears/SConscript.common @@ -30,7 +30,7 @@ env.Append(BUILDERS = {'Bin2cpp': bin2cpp_builder}) env.Prepend( CPPDEFINES = [ -# Common items, like notifier, is not related to any browser. +# Common items, like notifier, are not related to any browser. 'BROWSER_NONE=1', ] ) @@ -41,9 +41,6 @@ env.Prepend( if env['OS'] == 'osx': env.Append(CPPDEFINES = ['LINUX']) -# Include the input file list. -env = env.SConscript('SConscript.inputs', exports={'env': env, 'env_res': None}) - #----------------------------------------------------------------------------- # Generate the dependency tree. |