diff options
| author | dmitry@nexenta.com <root@myhost.(none)> | 2012-04-13 13:58:58 -0700 |
|---|---|---|
| committer | dmitry@nexenta.com <root@myhost.(none)> | 2012-04-13 13:58:58 -0700 |
| commit | 72fc8070e428086bbbffe7c2de8268793f9d75dc (patch) | |
| tree | f1e60885081bfe09f11d3c0321626870ea0492c2 /wscript | |
| parent | 2e13a85e396570d0492ffd9dac9fefee59524da8 (diff) | |
| download | node-augeas-72fc8070e428086bbbffe7c2de8268793f9d75dc.tar.gz | |
path to libxml2 required
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'] |
