Skip to content

Commit 0a87084

Browse files
StefanStojanovictargos
authored andcommitted
test: update cppgc-object addon config
Set `win_delay_load_hook` to `false` to avoid linker error. PR-URL: #59805 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 7dd49d7 commit 0a87084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/addons/cppgc-object/binding.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{
44
'target_name': 'binding',
55
'sources': [ 'binding.cc' ],
6+
'win_delay_load_hook': 'false',
67
'includes': ['../common.gypi'],
78
}
89
]

0 commit comments

Comments
 (0)