Fixed indentation in build.config.py
This commit is contained in:
parent
26d6e558f1
commit
468905830f
|
@ -23,7 +23,7 @@ if "windows" in opt:
|
|||
lflags += [ "res.res" ]
|
||||
|
||||
def pre():
|
||||
os.system("x86_64-w64-mingw32-windres res.rc -O coff -o res.res")
|
||||
os.system("x86_64-w64-mingw32-windres res.rc -O coff -o res.res")
|
||||
|
||||
def post():
|
||||
os.remove("res.res")
|
||||
os.remove("res.res")
|
||||
|
|
Loading…
Reference in a new issue