From 10b9c0a3e1f2663d65493e3f78a2895365f72532 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Mon, 4 Aug 2008 06:18:07 +0000 Subject: 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 --- sandbox/src/SConscript | 4 ++++ 1 file changed, 4 insertions(+) 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' -- cgit v1.1