[ci] Trying to fix gen-def issue on appveyor (#885)
This commit is contained in:
parent
a12dd6f75d
commit
93f8f89ded
|
@ -7,7 +7,7 @@ import io, os, re, sys
|
||||||
headers_content = []
|
headers_content = []
|
||||||
for h in os.environ["headers"].split (' '):
|
for h in os.environ["headers"].split (' '):
|
||||||
if h.endswith (".h"):
|
if h.endswith (".h"):
|
||||||
with io.open(h, encoding='utf8') as f: headers_content.append (f.read ())
|
with io.open (h, encoding='ISO-8859-1') as f: headers_content.append (f.read ())
|
||||||
|
|
||||||
result = """EXPORTS
|
result = """EXPORTS
|
||||||
%s
|
%s
|
||||||
|
|
Loading…
Reference in New Issue