| Index: build/SConscript.main
|
| diff --git a/build/SConscript.main b/build/SConscript.main
|
| index 998b342abb56eb41f27f73f090e4080e7c5073fc..c245c2bb58955fb6d7b6c3ce6817fda63452eb41 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).
|
|
|