diff options
-rw-r--r-- | extra/rust/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index 55af3681..207e3ca7 100644 --- a/extra/rust/PKGBUILD +++ b/extra/rust/PKGBUILD @@ -44,6 +44,9 @@ pkgname=( ) ) +# remove 32-bit stuff (shouldn't that be removed automatically?) +makedepends=(${makedepends[@]//lib32-gcc-libs/}) + eval "$( declare -f package_rust | \ sed ' |