未验证 提交 93f8f89d 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

[ci] Trying to fix gen-def issue on appveyor (#885)

上级 a12dd6f7
......@@ -7,7 +7,7 @@ import io, os, re, sys
headers_content = []
for h in os.environ["headers"].split (' '):
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
%s
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册