]> git.proxmox.com Git - mirror_edk2.git/commit - InOsEmuPkg/Unix/Sec/SecMain.inf
InOsEmuPkg/Unix: Detect lib directory suffix on Linux
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 23 Jun 2011 15:23:20 +0000 (15:23 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 23 Jun 2011 15:23:20 +0000 (15:23 +0000)
commit27f6b4f86969dd11c73fb9c4a6ea2de422c48311
tree3bdbcd2f01f4ddfeb57985e5a0c2f4e5c9935edc
parentfeceaad588d424673c140fc02388f7b5c9cc1733
InOsEmuPkg/Unix: Detect lib directory suffix on Linux

For IA32 builds, if /lib32 and /usr/lib32 exist,
they will be used instead of /lib and /usr/lib.

For X64 builds, if /lib64 and /usr/lib64 exist,
they will be used instead of /lib and /usr/lib.

Signed-off-by: jljusten
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11879 6f19259b-4bc3-4df7-8a09-765794883524
InOsEmuPkg/Unix/Sec/SecMain.inf
InOsEmuPkg/Unix/build.sh
InOsEmuPkg/Unix/build64.sh