Skip to content

Commit b81a665

Browse files
authored
fix: Normalize win32 library names (#3189)
1 parent 3df8789 commit b81a665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
'-loleaut32.lib',
180180
'-luuid.lib',
181181
'-lodbc32.lib',
182-
'-lDelayImp.lib',
182+
'-ldelayimp.lib',
183183
'-l"<(node_lib_file)"'
184184
],
185185
'msvs_disabled_warnings': [

0 commit comments

Comments
 (0)