This commit is contained in:
Oleg Korshul
2019-11-26 15:25:04 +03:00
parent c9bee4dcb4
commit 91a69307a4
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ def make():
platform = native_platform[0:-3] if isWindowsXP else native_platform
core_build_dir = core_dir + "/build"
if ("" != config.option("branding"))
if ("" != config.option("branding")):
core_build_dir += ("/" + config.option("branding"))
# x2t