Skip to content

Commit 37752ad

Browse files
committed
clean up
1 parent 0d57c8a commit 37752ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

binding.gyp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"conditions": [
1212
[
1313
'OS=="win"', {
14-
"msvs_version":2022,
14+
"msvs_version": 2022,
1515

1616
"conditions": [
1717
[
@@ -26,9 +26,6 @@
2626
"cflags!": ["-fno-exceptions", "-m64"],
2727
"ldflags": ["-m elf_x86_64"],
2828
"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-
],
3229
}
3330
],
3431
[

0 commit comments

Comments
 (0)