Skip to content

Commit c503376

Browse files
committed
RSABASE FIX BUILD
1 parent a308fbf commit c503376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dll/win32/rsabase/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ list(APPEND SOURCE
77

88
add_library(rsabase MODULE ${SOURCE})
99
set_module_type(rsabase win32dll ENTRYPOINT 0 )
10-
target_link_libraries(rsabase wine)
10+
target_link_libraries(rsabase wine_dll_register wine)
1111
add_importlibs(rsabase rsaenh ntdll)
1212
add_cd_file(TARGET rsabase DESTINATION reactos/system32 FOR all)
1313
set_wine_module(rsabase)

0 commit comments

Comments
 (0)