mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Fix typo
This commit is contained in:
@ -209,12 +209,12 @@ def parse_defaults():
|
|||||||
return
|
return
|
||||||
|
|
||||||
def is_cef_107():
|
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 True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def is_v8_60():
|
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
|
return True
|
||||||
|
|
||||||
if check_option("platform", "android"):
|
if check_option("platform", "android"):
|
||||||
|
|||||||
Reference in New Issue
Block a user