disable OSS in cmus

needed for #1169, should not affect current build process
This commit is contained in:
Stephen 2017-08-14 09:42:35 -07:00 committed by Fredrik Fornwall
parent 0e34db0f16
commit a11acc3566
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_pre_configure() {
LD=$CC
export CONFIG_OSS=n
}
termux_step_configure () {