mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 12:51:40 +00:00
add x64 into library path (#2423)
Allow to use dynamic-linked x64 binaries
This commit is contained in:
parent
5e0040ec90
commit
7dbf8ac195
1 changed files with 2 additions and 2 deletions
|
@ -175,9 +175,9 @@ uboot_custom_postprocess()
|
|||
{
|
||||
if [ "$(uname -m)" = "aarch64" ]; then
|
||||
if [ "$(lsb_release -sc)" = "focal" ]; then
|
||||
PKG_PREFIX="qemu-x86_64-static "
|
||||
PKG_PREFIX="qemu-x86_64-static -L /usr/x86_64-linux-gnu "
|
||||
else
|
||||
PKG_PREFIX="qemu-x86_64 "
|
||||
PKG_PREFIX="qemu-x86_64 -L /usr/x86_64-linux-gnu "
|
||||
fi
|
||||
else
|
||||
PKG_PREFIX=""
|
||||
|
|
Loading…
Add table
Reference in a new issue