1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-07 12:21:17 +03:00

trying to fix the Python bindings build on Windows (Stphane Bidoul)

* python/generator.py python/libxml.c python/setup.py.in: trying
  to fix the Python bindings build on Windows (Stphane Bidoul)
Daniel
This commit is contained in:
Daniel Veillard
2002-11-23 11:22:49 +00:00
parent 9ab7155336
commit a1196ed414
4 changed files with 89 additions and 12 deletions

View File

@ -528,7 +528,7 @@ def buildStubs():
wrapper = open("libxml2-py.c", "w")
wrapper.write("/* Generated */\n\n")
wrapper.write("#include <Python.h>\n")
wrapper.write("#include \"config.h\"\n")
# wrapper.write("#include \"config.h\"\n")
wrapper.write("#include <libxml/xmlversion.h>\n")
wrapper.write("#include <libxml/tree.h>\n")
wrapper.write("#include \"libxml_wrap.h\"\n")