Skip to content

Commit

Permalink
libusb-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Jul 18, 2022
1 parent 72fdb24 commit eae4c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ endif(FREEDV_STATIC_DEPS)
if(APPLE)
target_link_libraries(FreeDV ${FREEDV_LINK_LIBS} ${FREEDV_LINK_LIBS_OSX})
elseif(WIN32)
target_link_libraries(freedv ${FREEDV_LINK_LIBS} ws2_32 usb)
target_link_libraries(freedv ${FREEDV_LINK_LIBS} ws2_32 usb-1.0)
else()
target_link_libraries(freedv ${FREEDV_LINK_LIBS})
endif(APPLE)
Expand Down

0 comments on commit eae4c06

Please sign in to comment.