diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 07:56:30 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 07:56:30 +0000 |
commit | 291d16835e6c0512b701107ae49093f96a16ac7f (patch) | |
tree | f4eb4036760268ea904359e217b2ee4bcca266f6 /third_party | |
parent | e8da8f73464def0ebf6114da197639479535a5ad (diff) | |
download | chromium_src-291d16835e6c0512b701107ae49093f96a16ac7f.zip chromium_src-291d16835e6c0512b701107ae49093f96a16ac7f.tar.gz chromium_src-291d16835e6c0512b701107ae49093f96a16ac7f.tar.bz2 |
fix linux build
By fixing other places where we tried to include libxml/scons but it is now libxml/DerivedSources.
TBR=sgk
Review URL: http://codereview.chromium.org/7071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libxslt/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxslt/SConscript b/third_party/libxslt/SConscript index dbf2c91..d28fb75 100644 --- a/third_party/libxslt/SConscript +++ b/third_party/libxslt/SConscript @@ -33,7 +33,7 @@ env = env.Clone() env.Prepend( CPPPATH = [ - '$LIBXML_DIR/scons/include', + '$LIBXML_DIR/DerivedSources/include', '$LIBXML_DIR/include', '$ICU38_DIR/public/common', '$ICU38_DIR/public/18n', |