From afd0df789df4796b162d285e6c76dd7bc5828c8c Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sat, 27 Jan 2024 22:13:07 -0800 Subject: [PATCH] build-style/void-cross: fix libgomp path --- common/build-style/void-cross.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build-style/void-cross.sh b/common/build-style/void-cross.sh index f2e1e7ec308..d94e90cbb13 100644 --- a/common/build-style/void-cross.sh +++ b/common/build-style/void-cross.sh @@ -643,7 +643,7 @@ do_install() { # Remove libgomp library because it conflicts with libgomp and # libgomp-devel packages - rm -f ${DESTDIR}/usr/lib/libgomp* + rm -f ${DESTDIR}/${sysroot}/usr/lib/libgomp* # Remove libdep linker plugin because it conflicts with system binutils rm -f ${DESTDIR}/usr/lib/bfd-plugins/libdep*