diff options
Diffstat (limited to 'build/SConscript.main')
-rw-r--r-- | build/SConscript.main | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/SConscript.main b/build/SConscript.main index 998b342..c245c2b 100644 --- a/build/SConscript.main +++ b/build/SConscript.main @@ -88,9 +88,6 @@ root_env = Environment( # Where ComponentProgram() will build program executables. STAGING_DIR = '$DESTINATION_ROOT', - # Where ComponentLibrary() will build libraries. - LIBS_DIR = '$COMPONENT_LIBRARY_DIR', - # TODO(hammer): when Hammer supports this... # Have Hammer prefix all Library aliases with lib_ (to avoid # collisions with the component names themselves). |