diff --git a/build_tarballs.jl b/build_tarballs.jl index d1e1733..bc07ee4 100644 --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -46,7 +46,10 @@ fi make -j${nproc} make install -strip $prefix/bin/*.dll + +if [[ ${target} == *w64-mingw32* ]]; then + strip $prefix/bin/*.dll +fi """ # These are the platforms we will build for by default, unless further