Skip to content

Commit

Permalink
link libsamplerate in vcvrack-freesurface
Browse files Browse the repository at this point in the history
  • Loading branch information
cbix committed Jul 23, 2022
1 parent 6375588 commit d5b4432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vcvrack-freesurface/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ prepare() {

build() {
cd $_name-$pkgver
make SLUG=$_slug VERSION=$pkgver RACK_DIR=/usr/share/vcvrack dist
LDFLAGS+=" $(pkg-config --libs samplerate)" \
make SLUG=$_slug VERSION=$pkgver RACK_DIR=/usr/share/vcvrack dist
}

package() {
Expand Down

0 comments on commit d5b4432

Please sign in to comment.