Skip to content
Snippets Groups Projects
Commit a921d758 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/libmp3splt: fix build on riscv64

parent 99e7f415
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,13 @@ makedepends="$depends_dev"
subpackages="$pkgname-dev"
source="https://prdownloads.sourceforge.net/mp3splt/libmp3splt-$pkgver.tar.gz"
prepare() {
default_prepare
update_config_sub
update_config_guess
}
build() {
./configure \
--build=$CBUILD \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment