aboutsummaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 4dbd829..47fe1bc 100644
--- a/wscript
+++ b/wscript
@@ -12,6 +12,7 @@ def configure(conf):
def build(bld):
obj = bld.new_task_gen('cxx', 'shlib', 'node_addon')
+ obj.cxxflags = ['-I/usr/include/libxml2']
obj.target = 'libaugeas'
obj.source = 'libaugeas.cc'
obj.uselib = ['AUGEAS']