Skip to content

Commit

Permalink
linux: Fix for newest mixmod
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Sep 6, 2024
1 parent 45e9aa2 commit 6eadd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-wheels-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ do
mkdir ${pkgname}.libs
cp -v ../../lib${pkgname}.so.0 ${pkgname}.libs
if test "${pkgname}" = "otfftw"; then cp -v /usr/local/lib/libfftw3.so.3 otfftw.libs; fi
if test "${pkgname}" = "otmixmod"; then cp -v /usr/local/lib/libmixmod.so.3.* otmixmod.libs; fi
if test "${pkgname}" = "otmixmod"; then cp -v /usr/local/lib*/libmixmod.so.* otmixmod.libs; fi

# relink
patchelf --remove-rpath ${pkgname}.libs/lib${pkgname}.so.0 ${pkgname}/_${pkgname}.so
Expand Down

0 comments on commit 6eadd08

Please sign in to comment.