build: reset LIB_AS_NEEDED_PRE in Windows when using lld

This commit is contained in:
Gabriel Ferreira
2023-11-22 18:17:27 -03:00
parent 643255e749
commit ed66e04b0b

View File

@@ -122,7 +122,7 @@ if(${NS3_FAST_LINKERS})
add_link_options("-fuse-ld=lld")
if(WIN32)
# Clear unsupported linker flags on Windows
set(LIB_AS_NEEDED_PRE)
set(LIB_AS_NEEDED_PRE "")
endif()
endif()
endif()