diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 67f21729677b6f..347847b63cf61f 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -1642,7 +1642,13 @@ 'toolsets': ['host', 'target'], }], ['OS=="win"', { - 'defines': ['X86_WINDOWS'], + 'conditions': [ + ['"<(target_arch)"=="arm64" and _toolset=="target"', { + 'defines': ['CPU_NO_SIMD'] + }, { + 'defines': ['X86_WINDOWS'] + }] + ] }], ], 'direct_dependent_settings': {