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 e391cda commit 0214946Copy full SHA for 0214946
reactos/cmake/gcc.cmake
@@ -206,7 +206,7 @@ function(add_importlib_target _exports_file _implib_name)
206
207
#create delayed importlib
208
add_library(lib${_name}_delayed STATIC EXCLUDE_FROM_ALL ${CMAKE_CURRENT_BINARY_DIR}/${_name}_implib.def)
209
- set_target_properties(lib${_name}_delayed PROPERTIES LINKER_LANGUAGE "IMPLIB" PREFIX "")
+ set_target_properties(lib${_name}_delayed PROPERTIES LINKER_LANGUAGE "IMPLIB_DELAYED" PREFIX "")
210
else()
211
message(FATAL_ERROR "Unsupported exports file extension: ${_extension}")
212
endif()
0 commit comments