This commit is contained in:
oleg.korshul
2025-12-21 22:00:32 +03:00
parent e48534d14c
commit fd7cf76aea

View File

@ -29,7 +29,7 @@ OLD_ENV = dict()
# get custom sysroot vars as str
def setup_custom_sysroot_env(platform) -> str:
sysroot_path = config.option("sysroot_" + platform)
sysroot_path_bin = config.get_custom_sysroot_lib(platform)
sysroot_path_bin = config.get_custom_sysroot_bin(platform)
env_vars = []
env_vars += ['LD_LIBRARY_PATH=\"' + config.get_custom_sysroot_lib(platform) + "\""]