From 291d16835e6c0512b701107ae49093f96a16ac7f Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Fri, 10 Oct 2008 07:56:30 +0000 Subject: 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 --- third_party/libxslt/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') 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', -- cgit v1.1