Several improvements: quick fix (#918)
This commit is contained in:
parent
e0dea8b62e
commit
e578dccef1
@ -115,7 +115,6 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then
|
|||||||
if [[ "${_compiler}" = "llvm" && "${_distro}" =~ ^(Generic|Gentoo)$ && "${_libunwind_replace}" = "true" ]]; then
|
if [[ "${_compiler}" = "llvm" && "${_distro}" =~ ^(Generic|Gentoo)$ && "${_libunwind_replace}" = "true" ]]; then
|
||||||
export LDFLAGS_MODULE="-unwindlib=libunwind"
|
export LDFLAGS_MODULE="-unwindlib=libunwind"
|
||||||
export HOSTLDFLAGS="-unwindlib=libunwind"
|
export HOSTLDFLAGS="-unwindlib=libunwind"
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$1" = "install" && ! "$_distro" =~ ^(Ubuntu|Debian|Fedora|Suse|Gentoo|Generic)$ ]]; then
|
if [[ "$1" = "install" && ! "$_distro" =~ ^(Ubuntu|Debian|Fedora|Suse|Gentoo|Generic)$ ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user