Skip to content

Commit 0d57c8a

Browse files
committed
x1
1 parent a6a5cb8 commit 0d57c8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

binding.gyp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"conditions": [
1212
[
1313
'OS=="win"', {
14+
"msvs_version":2022,
15+
1416
"conditions": [
1517
[
1618
'target_arch=="ia32"', {
@@ -23,7 +25,10 @@
2325
'target_arch=="x64"', {
2426
"cflags!": ["-fno-exceptions", "-m64"],
2527
"ldflags": ["-m elf_x86_64"],
26-
"defines": ["NOMINMAX"]
28+
"defines": ["NOMINMAX"],
29+
"libraries": [
30+
"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.42.34433\\lib\\<(target_arch)\\delayimp.lib"
31+
],
2732
}
2833
],
2934
[

0 commit comments

Comments
 (0)