Skip to content

Commit

Permalink
macos lib cmake
Browse files Browse the repository at this point in the history
(cherry picked from commit 1b936d2)
  • Loading branch information
mck1117 authored and rusefillc committed Dec 25, 2023
1 parent 7d94649 commit ac28248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Host/Source/LibOpenBLT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ac28248

Please sign in to comment.