mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update mac_arm.gni
This commit is contained in:
parent
35890a30c7
commit
5e2fe9825c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
|
|||
# The ARM floating point mode. This is either the string "hard", "soft",
|
||||
# or "softfp". An empty string means to use the default one for the
|
||||
# arm_version.
|
||||
arm_float_abi = ""
|
||||
arm_float_abi = "hard"
|
||||
}
|
||||
}
|
||||
assert(arm_float_abi == "" || arm_float_abi == "hard" ||
|
||||
|
|
Loading…
Reference in a new issue