Skip to content

Commit

Permalink
specify static portaudio linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
benswift committed May 6, 2021
1 parent 2bf817e commit 829ae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ target_include_directories(extempore
${EXT_LLVM_DIR}/include)

target_link_directories(extempore PRIVATE ${CMAKE_BINARY_DIR}/portaudio/lib)
target_link_libraries(extempore PRIVATE pcre portaudio ${LLVM_LIBRARIES})
target_link_libraries(extempore PRIVATE pcre portaudio${CMAKE_STATIC_LIBRARY_SUFFIX} ${LLVM_LIBRARIES})
if(UNIX AND NOT APPLE)
target_link_libraries(extempore PRIVATE asound)
endif()
Expand Down

0 comments on commit 829ae29

Please sign in to comment.