Skip to content

Commit 0214946

Browse files
committed
[CMAKE]
- fix copy-paste typo svn path=/trunk/; revision=55782
1 parent e391cda commit 0214946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactos/cmake/gcc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function(add_importlib_target _exports_file _implib_name)
206206

207207
#create delayed importlib
208208
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 "")
209+
set_target_properties(lib${_name}_delayed PROPERTIES LINKER_LANGUAGE "IMPLIB_DELAYED" PREFIX "")
210210
else()
211211
message(FATAL_ERROR "Unsupported exports file extension: ${_extension}")
212212
endif()

0 commit comments

Comments
 (0)