We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e675f2 commit 7b24bf9Copy full SHA for 7b24bf9
CMakeLists.txt
@@ -149,5 +149,6 @@ set_target_properties(addon PROPERTIES PREFIX "" SUFFIX ".node")
149
150
# Windows
151
if(WIN32)
152
+ set_property(TARGET addon PROPERTY LINK_FLAGS "-Xlinker /DELAYLOAD:NODE.EXE")
153
target_link_libraries(addon PRIVATE "ShLwApi.lib" "delayimp.lib")
154
endif()
0 commit comments