macos lib cmake

(cherry picked from commit 1b936d2760)
This commit is contained in:
Matthew Kennedy 2023-10-26 00:50:28 -07:00 committed by rusefillc
parent 7d9464927f
commit ac28248eea
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ if(BUILD_SHARED)
elseif(WIN32)
# Link the Winsock library
target_link_libraries(openblt_shared ws2_32 winusb setupapi)
endif(APPLE)
endif(APPLE)
if(CMAKE_C_COMPILER_ID MATCHES MSVC)
# Microsoft Visual Studio does not add "lib" to the name of the DLL, whereas GCC
# (including MinGW) does. Correct this here.