commit | a6cf87ec511a64fc29c0bda5cf83ec282d34be59 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Apr 03 04:07:38 2009 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Apr 03 04:07:38 2009 |
tree | ccc61c0d6577af457ad5d9e9acbd56ce889e9955 | |
parent | 1e1f6af9207b71845aa2f360e5d231825f317a09 [diff] [blame] |
Separate the pkg-config --libs output into --libs-only-l for 'libraries' and --libs-{other,only-L} for 'ldflags'. Updates one spot in common.gypi where we were using 'linkflags'. Review URL: http://codereview.chromium.org/56188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13067 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/common.gypi b/build/common.gypi index a7532e4a..07b4f5ff 100644 --- a/build/common.gypi +++ b/build/common.gypi
@@ -127,7 +127,7 @@ '-msse2', '-mfpmath=sse', ], - 'linkflags': [ + 'ldflags': [ '-m32', '-pthread', ],