cmus: link only cue against libm

This commit is contained in:
Henrik Grimler 2019-05-17 21:46:57 +02:00
parent 9f6890795e
commit 335ce0e352
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_pre_configure() {
LD=$CC
LDFLAGS+=" -lm"
export CUE_LIBS=" -lm"
export CONFIG_OSS=n
}