build: remove unused variable

This commit is contained in:
Marcus Holland-Moritz 2025-04-20 14:43:21 +02:00
parent 5cf77cc8d9
commit dcad1f238c

View File

@ -279,7 +279,6 @@ if [[ "-$BUILD_TYPE-" == *-static-* ]]; then
fi fi
LDFLAGS="${LDFLAGS} -L$_GCCLIBDIR -L$_LIBSTDCXXDIR" LDFLAGS="${LDFLAGS} -L$_GCCLIBDIR -L$_LIBSTDCXXDIR"
fi fi
CMAKE_ARGS_NONSTATIC="${CMAKE_ARGS}"
export LDFLAGS="${LDFLAGS} -L/opt/static-libs/$COMPILER/lib" export LDFLAGS="${LDFLAGS} -L/opt/static-libs/$COMPILER/lib"
if [[ "$ARCH" == "aarch64" ]]; then if [[ "$ARCH" == "aarch64" ]]; then
# For some reason, this dependency of libunwind is not resolved on aarch64 # For some reason, this dependency of libunwind is not resolved on aarch64