Fix libdir location.

This commit is contained in:
Andrius Štikonas 2021-02-28 12:52:50 +00:00
parent f70815aef4
commit cb78359878
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ src_configure() {
--target=i386-unknown-linux \
--with-sysroot=/after \
--disable-64-bit-bfd \
--prefix=/after
--prefix="${PREFIX}" \
--libdir="${PREFIX}/lib/musl"
# TODO: Find a way to avoid these hacks
sed -i '/#undef pid_t/d' libiberty/config.in