aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-10-30 14:09:05 -0700
committerElliott Hughes <enh@google.com>2014-10-30 14:09:05 -0700
commit733bcbddf881ee2bef91b56fd421e5fea17cbf81 (patch)
tree1a8cfb53d3b3f497f92161bf0f1471c573d78041 /python
parent4b31d61a26929732a2d657eb4d0ec6fb6aa995d0 (diff)
downloadandroid_external_libxml2-733bcbddf881ee2bef91b56fd421e5fea17cbf81.tar.gz
android_external_libxml2-733bcbddf881ee2bef91b56fd421e5fea17cbf81.tar.bz2
android_external_libxml2-733bcbddf881ee2bef91b56fd421e5fea17cbf81.zip
Track update to ToT libxml2.
Change-Id: Idf5a11c607dc397721ec95846dc819f85a646c37
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index e5043237..e1ff3650 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -8,7 +8,7 @@ from distutils.core import setup, Extension
# Below ROOT, we expect to find include, include/libxml2, lib and bin.
# On *nix, it is not needed (but should not harm),
# on Windows, it is set by configure.js.
-ROOT = r'/usr'
+ROOT = r'/usr/local'
# Thread-enabled libxml2
with_threads = 1