Browse Source

disable OSS in cmus

needed for #1169, should not affect current build process
android-5
Stephen 7 years ago
committed by Fredrik Fornwall
parent
commit
08c80f9501
  1. 1
      packages/cmus/build.sh

1
packages/cmus/build.sh

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

Loading…
Cancel
Save