Merge pull request #2782 from fewtarius/dev

Revert modplug change.
This commit is contained in:
fewtarius 2024-01-31 13:42:22 -05:00 committed by GitHub
commit 4c284b9b7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,4 +12,4 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="libmodplug renders mod music files as raw audio data, for playing or conversion."
PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_TARGET="--enable-shared --disable-static"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"