summaryrefslogtreecommitdiffstats
path: root/third_party/libpng
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-09 22:52:17 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-09 22:52:17 +0000
commit66a7ace0cd0ba0a421e65622842d2095d02717b8 (patch)
treea6161505be0b7f703febb3a23761f248ca4fd844 /third_party/libpng
parente2e3609d7af376a440c9a3e56219ba197c6990eb (diff)
downloadchromium_src-66a7ace0cd0ba0a421e65622842d2095d02717b8.zip
chromium_src-66a7ace0cd0ba0a421e65622842d2095d02717b8.tar.gz
chromium_src-66a7ace0cd0ba0a421e65622842d2095d02717b8.tar.bz2
Fix pkgconfig wrapper for 64 bits
BUG=none TEST=build 64-bit version of chrome using 64-bit chromeos sysroot Review URL: http://codereview.chromium.org/9654001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libpng')
-rw-r--r--third_party/libpng/libpng.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libpng/libpng.gyp b/third_party/libpng/libpng.gyp
index c6ca72e..634c0e3 100644
--- a/third_party/libpng/libpng.gyp
+++ b/third_party/libpng/libpng.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -90,7 +90,7 @@
'conditions': [
['sysroot!=""', {
'variables': {
- 'pkg-config': '../../build/linux/pkg-config-wrapper "<(sysroot)"',
+ 'pkg-config': '../../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
},
}, {
'variables': {