Skip to content

Commit

Permalink
tools: update V8 gypfiles
Browse files Browse the repository at this point in the history
until 97eff73b71a99ff6a8f97ea7ee8c15a058b96eaf
  • Loading branch information
targos authored and nodejs-github-bot committed Jul 11, 2022
1 parent 4fc082b commit 3aa2969
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@
'type': 'none',
'toolsets': ['host', 'target'],
'dependencies': [
'v8_libbase',
'v8_shared_internal_headers',
],
'direct_dependent_settings': {
Expand Down Expand Up @@ -1657,12 +1658,12 @@
'conditions': [
['_toolset == "host" and host_arch == "x64" or _toolset == "target" and target_arch=="x64"', {
'sources': [
'<(V8_ROOT)/src/heap/base/asm/x64/push_registers_masm.S',
'<(V8_ROOT)/src/heap/base/asm/x64/push_registers_masm.asm',
],
}],
['_toolset == "host" and host_arch == "ia32" or _toolset == "target" and target_arch=="ia32"', {
'sources': [
'<(V8_ROOT)/src/heap/base/asm/ia32/push_registers_masm.S',
'<(V8_ROOT)/src/heap/base/asm/ia32/push_registers_masm.asm',
],
}],
['_toolset == "host" and host_arch == "arm64" or _toolset == "target" and target_arch=="arm64"', {
Expand Down

0 comments on commit 3aa2969

Please sign in to comment.