Fix segfault on x11
This commit is contained in:
parent
a1f835df77
commit
bdc64efcb3
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ def make_default_controller_mappings(target, source, env):
|
||||||
g.write("\t\"{}\",\n".format(mapping))
|
g.write("\t\"{}\",\n".format(mapping))
|
||||||
g.write("#endif\n")
|
g.write("#endif\n")
|
||||||
|
|
||||||
g.write("};\n")
|
g.write("\tNULL\n};\n")
|
||||||
g.close()
|
g.close()
|
||||||
|
|
||||||
env.main_sources = []
|
env.main_sources = []
|
||||||
|
|
Loading…
Reference in a new issue