diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-04 06:18:07 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-04 06:18:07 +0000 |
commit | 10b9c0a3e1f2663d65493e3f78a2895365f72532 (patch) | |
tree | c53c369078b97f1b1fa7ae60c1ee618bbc2396d4 /sandbox | |
parent | 6a4994f4ae4e2462de032a1c8595e9dfb82376d5 (diff) | |
download | chromium_src-10b9c0a3e1f2663d65493e3f78a2895365f72532.zip chromium_src-10b9c0a3e1f2663d65493e3f78a2895365f72532.tar.gz chromium_src-10b9c0a3e1f2663d65493e3f78a2895365f72532.tar.bz2 |
Fix overzealous removal of a couple of our own libraries from the LIBS variable in the sandbox build.
TBR: bradnelson
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/src/SConscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/src/SConscript b/sandbox/src/SConscript index 7c3bdbf..24f88e1 100644 --- a/sandbox/src/SConscript +++ b/sandbox/src/SConscript @@ -141,6 +141,10 @@ env_tests.Prepend( '/ignore:4199',
'/nxcompat',
],
+ LIBS = [
+ 'base.lib',
+ 'sandbox.lib',
+ ],
LIBPATH = [
'.',
'$BASE_DIR'
|