summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-11 19:28:28 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-11 19:28:28 +0000
commit4783d98d6dc19b5f3d99b1563a789ee36426c8b0 (patch)
tree7c245421cc2b6634f250d825c1165b00e78ed400
parentc0fc165a7f0323b1f628d8c3984ef4ea38b0749b (diff)
downloadchromium_src-4783d98d6dc19b5f3d99b1563a789ee36426c8b0.zip
chromium_src-4783d98d6dc19b5f3d99b1563a789ee36426c8b0.tar.gz
chromium_src-4783d98d6dc19b5f3d99b1563a789ee36426c8b0.tar.bz2
Need to use lists when settings LIBS/CXXFLAGS
Review URL: http://codereview.chromium.org/13751 Patch from James Vega <vega.james@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6809 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/SConscript.port6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port
index bb2916d..805e165 100644
--- a/webkit/SConscript.port
+++ b/webkit/SConscript.port
@@ -19,9 +19,9 @@ if env['PLATFORM'] == 'win32':
],)
elif env['PLATFORM'] == 'posix':
env.Append(
- # For the image readers and decoders:
- CXXFLAGS = "-Wno-sign-compare",
- LIBS = 'png'
+ # For the image readers and decoders:
+ CXXFLAGS = ["-Wno-sign-compare"],
+ LIBS = ['png'],
)
input_files = [