mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 12:35:23 +08:00
Fix typo
This commit is contained in:
@ -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) + "\""]
|
||||
|
||||
Reference in New Issue
Block a user