diff options
Diffstat (limited to 'InOsEmuPkg/Unix/build.sh')
-rwxr-xr-x | InOsEmuPkg/Unix/build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/InOsEmuPkg/Unix/build.sh b/InOsEmuPkg/Unix/build.sh index 44df8115cf..1810a69ef7 100755 --- a/InOsEmuPkg/Unix/build.sh +++ b/InOsEmuPkg/Unix/build.sh @@ -61,6 +61,11 @@ case `uname` in ;; esac +if [ -d /lib32 ] +then + export LIB_ARCH_SFX=32 +fi + if [ -z "$TARGET_TOOLS" ] then TARGET_TOOLS=$UNIXPKG_TOOLS |