Skip to content

Commit

Permalink
MiBraids fix windows link path for libsamplerate
Browse files Browse the repository at this point in the history
  • Loading branch information
v7b1 committed Mar 27, 2021
1 parent 054b2ea commit 8702deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiBraids/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC "-framework Accelerate")
endif()

if(MSVC)
target_link_libraries(${PROJECT_NAME} PUBLIC ${LIBSR_PATH}/src/Release/samplerate.lib)
target_link_libraries(${PROJECT_NAME} PUBLIC ${LIBSR_PATH}/Release/samplerate.lib)
else()
target_link_libraries(${PROJECT_NAME} PUBLIC ${LIBSR_PATH}/libsamplerate.a)
endif()
Expand Down

0 comments on commit 8702deb

Please sign in to comment.