Skip to content

Commit f4285ef

Browse files
StefanStojanovictargos
authored andcommitted
test: update cppgc-object addon config
Set `win_delay_load_hook` to `false` to avoid linker error.
1 parent 67e03b0 commit f4285ef

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)