mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Fix typo
This commit is contained in:
@ -209,12 +209,12 @@ def parse_defaults():
|
||||
return
|
||||
|
||||
def is_cef_107():
|
||||
if ("linux" == host_platform) and (5004 > base.get_gcc_version()) and not check_option("platform", "android"):
|
||||
if ("linux" == base.host_platform()) and (5004 > base.get_gcc_version()) and not check_option("platform", "android"):
|
||||
return True
|
||||
return False
|
||||
|
||||
def is_v8_60():
|
||||
if ("linux" == host_platform) and (5004 > base.get_gcc_version()) and not check_option("platform", "android"):
|
||||
if ("linux" == base.host_platform()) and (5004 > base.get_gcc_version()) and not check_option("platform", "android"):
|
||||
return True
|
||||
|
||||
if check_option("platform", "android"):
|
||||
|
||||
Reference in New Issue
Block a user