termux-packages/packages/vgmstream/cli-CMakeLists.txt.patch

12 lines
238 B
Diff

--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -76,7 +76,7 @@
# Link to the vgmstream library as well as libao
target_link_libraries(vgmstream123
libvgmstream
- ao pthread dl)
+ ao dl)
setup_target(vgmstream123 TRUE)