summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-08-06 13:51:26 +0200
committerMichel Zou2021-08-06 13:51:26 +0200
commitfd7b95767566ffed68cf9c60ac8c73de400277e6 (patch)
tree151a12fe6a801481d560c526646bcc2dcb3d7137
parentf9e7ddd4700d531323ad6c5c6c71edd9c7f7fecc (diff)
downloadaur-fd7b95767566ffed68cf9c60ac8c73de400277e6.tar.gz
dll
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67a582af329b..ce02214ab5ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ package () {
make DESTDIR="${pkgdir}" install
rm "$pkgdir"/usr/${_arch}/bin/*.exe
rm -rf "$pkgdir"/usr/${_arch}/share
- ${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
+ #${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
done
}