[ios] Fix an additional build failure on iOS.
- Adjust an is_mac to is_apple Bug: chromium:1411704 Change-Id: I2456f8b4f793b37f4b64782e8403dd4fc84b0807 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4221871 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#85652}
This commit is contained in:
parent
8263a03f12
commit
0253c3a979
2
BUILD.gn
2
BUILD.gn
@ -5163,7 +5163,7 @@ v8_source_set("v8_base_without_compiler") {
|
||||
if (v8_enable_webassembly) {
|
||||
# Trap handling is enabled on arm64 Mac and in simulators on x64 on Linux,
|
||||
# Mac, and Windows.
|
||||
if ((current_cpu == "arm64" && is_mac) ||
|
||||
if ((current_cpu == "arm64" && is_apple) ||
|
||||
(current_cpu == "x64" && (is_linux || is_chromeos || is_mac))) {
|
||||
sources += [
|
||||
"src/trap-handler/handler-inside-posix.cc",
|
||||
|
Loading…
Reference in New Issue
Block a user