mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
Fix path to libdir when building xz.
This commit is contained in:
parent
8b884b2cf1
commit
41d8cc2825
2 changed files with 4 additions and 3 deletions
|
|
@ -14,5 +14,6 @@ src_configure() {
|
|||
--disable-shared \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--build=i386-unknown-linux-gnu
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--libdir="${PREFIX}/lib/musl"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue