build-style/void-cross: fix libgomp path
This commit is contained in:
parent
5e33c7f5d7
commit
afd0df789d
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue