Fix missprint

This commit is contained in:
Alexey Nagaev
2025-10-01 10:36:11 +03:00
parent ba04810793
commit 59f95f52ce

View File

@ -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():