Skip to content

Commit

Permalink
Several improvements: quick fix (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyAsteroid committed Apr 9, 2024
1 parent e0dea8b commit e578dcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e578dcc

Please sign in to comment.