summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/Unix/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'InOsEmuPkg/Unix/build.sh')
-rwxr-xr-xInOsEmuPkg/Unix/build.sh5
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