Add patch to disable sysroot on arm64
This commit is contained in:
parent
60da7a33a7
commit
901abc9c5d
1 changed files with 10 additions and 0 deletions
|
@ -11,3 +11,13 @@ index 2c920a4..61dcafc 100644
|
|||
if "1" == config.option("use-clang"):
|
||||
args_copy.append("use_sysroot=true")
|
||||
linux_clang = True
|
||||
@@ -43,7 +43,7 @@ def make_args(args, platform, is_64=True, is_debug=False):
|
||||
args_copy = args[:]
|
||||
args_copy.append("target_cpu=\\\"arm64\\\"")
|
||||
args_copy.append("v8_target_cpu=\\\"arm64\\\"")
|
||||
- args_copy.append("use_sysroot=true")
|
||||
+ args_copy.append("use_sysroot=false")
|
||||
|
||||
if is_debug:
|
||||
args_copy.append("is_debug=true")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue