diff options
author | tschmelcher@google.com <tschmelcher@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-07 18:39:12 +0000 |
---|---|---|
committer | tschmelcher@google.com <tschmelcher@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-07 18:39:12 +0000 |
commit | 2e8f3dd5dbec1c494778713c47a42f6589ecbc86 (patch) | |
tree | 8ad97d238e4eb9408464e3d46553b869091cddbf /o3d/main.scons | |
parent | 53e32fe539f0f8a9b13bbe0c348c325f20758a5f (diff) | |
download | chromium_src-2e8f3dd5dbec1c494778713c47a42f6589ecbc86.zip chromium_src-2e8f3dd5dbec1c494778713c47a42f6589ecbc86.tar.gz chromium_src-2e8f3dd5dbec1c494778713c47a42f6589ecbc86.tar.bz2 |
Initial support for Linux installers. Currently just an amd64 .deb, but more later.
Review URL: http://codereview.chromium.org/149132
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20051 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/main.scons')
-rw-r--r-- | o3d/main.scons | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/main.scons b/o3d/main.scons index 66f4137..ac4746e 100644 --- a/o3d/main.scons +++ b/o3d/main.scons @@ -690,6 +690,9 @@ linux_env.Append( LINKFLAGS = ['-m32'], LIBS = ['pthread', 'rt'], NACL_HTP_LIBS = ['ssl', 'crypto'], + BUILD_COMPONENTS = [ + 'installer/linux' + ], ) linux_cg_dir = ARGUMENTS.get('linux-cg-dir', 'hermetic') |