From e578dccef1e1b1c79c66493ffa6d80c4c66b740d Mon Sep 17 00:00:00 2001 From: Eric Karnes Date: Mon, 8 Apr 2024 21:30:46 -0400 Subject: [PATCH] Several improvements: quick fix (#918) --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 8468363..155c61f 100755 --- a/install.sh +++ b/install.sh @@ -115,7 +115,6 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then if [[ "${_compiler}" = "llvm" && "${_distro}" =~ ^(Generic|Gentoo)$ && "${_libunwind_replace}" = "true" ]]; then export LDFLAGS_MODULE="-unwindlib=libunwind" export HOSTLDFLAGS="-unwindlib=libunwind" - fi fi if [[ "$1" = "install" && ! "$_distro" =~ ^(Ubuntu|Debian|Fedora|Suse|Gentoo|Generic)$ ]]; then