Fixed indentation in build.config.py

This commit is contained in:
rxi 2020-05-02 17:58:20 +01:00
parent 26d6e558f1
commit 468905830f
1 changed files with 2 additions and 2 deletions

View File

@ -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")