mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Fix bugs
This commit is contained in:
@ -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() + "/.."
|
||||
|
||||
Reference in New Issue
Block a user