SCons: Ensure written files are properly flushed/closed
Also add `core/method_bind_ext.inc` to `.gitignore`.
(cherry picked from commit ad2fb7d93b)
This commit is contained in:
@ -23,6 +23,7 @@ def make_doc_header(target,source,env):
|
||||
g.write(str(ord(buf[i]))+",\n")
|
||||
g.write("};\n")
|
||||
g.write("#endif")
|
||||
g.close()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user