Skip to content

Commit 1d9604c

Browse files
committed
fix: remove LINK_FLAGS property on windows
1 parent f6171f1 commit 1d9604c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,5 @@ set_target_properties(addon PROPERTIES PREFIX "" SUFFIX ".node")
135135

136136
# Windows
137137
if(WIN32)
138-
set_property(TARGET addon PROPERTY LINK_FLAGS "-Xlinker /DELAYLOAD:NODE.EXE")
139138
target_link_libraries(addon PRIVATE "ShLwApi.lib" "delayimp.lib")
140139
endif()

0 commit comments

Comments
 (0)