summaryrefslogtreecommitdiffstats
path: root/third_party/zlib
diff options
context:
space:
mode:
authorerikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-30 01:03:29 +0000
committererikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-30 01:03:29 +0000
commit8680090938d4b49c622427ebf2a0898c3682969c (patch)
tree23eaa2af47b1b1ce5f682bc80e9faaada1fe631d /third_party/zlib
parentf1bdca71d7f260dd75da02612cf6bdee18c84ccb (diff)
downloadchromium_src-8680090938d4b49c622427ebf2a0898c3682969c.zip
chromium_src-8680090938d4b49c622427ebf2a0898c3682969c.tar.gz
chromium_src-8680090938d4b49c622427ebf2a0898c3682969c.tar.bz2
Fix zlib bustage with hammer build.
TBR=sgk Review URL: http://codereview.chromium.org/17008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7497 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/zlib')
-rw-r--r--third_party/zlib/zlib.scons1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/zlib/zlib.scons b/third_party/zlib/zlib.scons
index 39a04dd..30de7fb 100644
--- a/third_party/zlib/zlib.scons
+++ b/third_party/zlib/zlib.scons
@@ -15,6 +15,7 @@ if env.WantSystemLib('zlib'):
env = env.Clone()
env.Append(
+ CPPPATH = ['$ZLIB_DIR'],
ZLIB_LIB = ['zlib'],
)