mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 10:23:24 +00:00
12 lines
238 B
Diff
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)
|
|
|