This commit is contained in:
Oleg Korshul
2019-12-03 18:28:21 +03:00
parent af16f79fc8
commit 9d4a9cef97
4 changed files with 9 additions and 8 deletions

View File

@ -5,7 +5,7 @@ import base
# make build.pro
def make():
if ("1" == base.get_env("OO_NO_BUILD_JS"))
if ("1" == base.get_env("OO_NO_BUILD_JS")):
return
base_dir = base.get_script_dir() + "/.."