]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/Unix/build.sh
Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.
[mirror_edk2.git] / InOsEmuPkg / Unix / build.sh
index 44df8115cf386b9abac00439cc65c6d8eb0a0a0e..1810a69ef723a79e609023d5f7c7fdaf097d9762 100755 (executable)
@@ -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