mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 10:16:34 -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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user