Chromium Code Reviews| Index: main.scons |
| =================================================================== |
| --- main.scons (revision 19517) |
| +++ main.scons (working copy) |
| @@ -689,6 +689,9 @@ |
| LINKFLAGS = ['-m32'], |
| LIBS = ['pthread', 'rt'], |
| NACL_HTP_LIBS = ['ssl', 'crypto'], |
| + BUILD_COMPONENTS = [ |
| + 'installer/linux' |
| + ], |
| ) |
| linux_cg_dir = ARGUMENTS.get('linux-cg-dir', 'hermetic') |