Set rtc_prefer_fixed_point to true on arm64 to match GYP

BUG=None
NOTRY=True

Review URL: https://codereview.webrtc.org/1681183002

Cr-Commit-Position: refs/heads/master@{#11555}
This commit is contained in:
pkotwicz 2016-02-10 10:21:07 -08:00 committed by Commit bot
parent 541f1869ca
commit a75339c40d

View File

@ -71,7 +71,7 @@ declare_args() {
rtc_enable_protobuf = false
}
if (current_cpu == "arm") {
if (current_cpu == "arm" || current_cpu == "arm64") {
rtc_prefer_fixed_point = true
}