mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Fix missprint
This commit is contained in:
@ -1887,7 +1887,7 @@ def check_module_version(actual_version, clear_func):
|
||||
return
|
||||
|
||||
def setup_path():
|
||||
if "linux" != host_platform() and config.option("sysroot") != "":
|
||||
if "linux" == host_platform() and config.option("sysroot") != "":
|
||||
set_env("PATH", config.option("sysroot") + "/usr/bin:" + get_env("PATH"))
|
||||
|
||||
def check_python():
|
||||
|
||||
Reference in New Issue
Block a user