1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 22:27:09 +00:00
termux-packages/packages/vgmstream/cli-CMakeLists.txt.patch
2022-12-08 17:42:50 +00:00

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)