Skip to content

Instantly share code, notes, and snippets.

@lutter
Created March 28, 2017 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lutter/b5a103a637a28f62b7969614b3a2e013 to your computer and use it in GitHub Desktop.
Save lutter/b5a103a637a28f62b7969614b3a2e013 to your computer and use it in GitHub Desktop.
diff --git a/augeas/ffi.py b/augeas/ffi.py
index 6f4b639..6d145a1 100644
--- a/augeas/ffi.py
+++ b/augeas/ffi.py
@@ -5,7 +5,8 @@ ffi.set_source("augeas",
"""
#include <augeas.h>
""",
- libraries=['augeas'])
+ libraries=['augeas'],
+ include_dirs=["/usr/include/libxml2"])
ffi.cdef("""
typedef struct augeas augeas;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment