mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-04 12:22:09 +03:00
fixes for compiling without config.h Daniel
* python/generator.py python/libxslt.c: fixes for compiling without config.h Daniel
This commit is contained in:
@@ -473,7 +473,7 @@ def buildStubs():
|
||||
export.write("/* Generated */\n\n")
|
||||
wrapper = open("libxslt-py.c", "w")
|
||||
wrapper.write("/* Generated */\n\n")
|
||||
wrapper.write("#include \"config.h\"\n")
|
||||
# wrapper.write("#include \"config.h\"\n")
|
||||
wrapper.write("#include <libxslt/xsltconfig.h>\n")
|
||||
wrapper.write("#include \"libxslt_wrap.h\"\n")
|
||||
wrapper.write("#include \"libxslt-py.h\"\n\n")
|
||||
|
Reference in New Issue
Block a user