mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
build: remove unused variable
This commit is contained in:
parent
5cf77cc8d9
commit
dcad1f238c
@ -279,7 +279,6 @@ if [[ "-$BUILD_TYPE-" == *-static-* ]]; then
|
||||
fi
|
||||
LDFLAGS="${LDFLAGS} -L$_GCCLIBDIR -L$_LIBSTDCXXDIR"
|
||||
fi
|
||||
CMAKE_ARGS_NONSTATIC="${CMAKE_ARGS}"
|
||||
export LDFLAGS="${LDFLAGS} -L/opt/static-libs/$COMPILER/lib"
|
||||
if [[ "$ARCH" == "aarch64" ]]; then
|
||||
# For some reason, this dependency of libunwind is not resolved on aarch64
|
||||
|
Loading…
x
Reference in New Issue
Block a user