]> git.proxmox.com Git - mirror_edk2.git/commit
EmulatorPkg Linux: Improve detection of libraries for host executable
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 31 Oct 2011 15:56:28 +0000 (15:56 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 31 Oct 2011 15:56:28 +0000 (15:56 +0000)
commitd142bb6337b7df78c45130b03d5e4f0288ad5f9d
treee60d4afac9dd0045f586840804150e9482cc223e
parentca3ba72cba575ffcad203bbc708b36d03e93ab97
EmulatorPkg Linux: Improve detection of libraries for host executable

build.sh will detect the locations of the libraries required by
the host executable, and sets the HOST_DLINK_PATHS environment
variable.

In EmulatorPkg/Unix/Host/Host.inf, this environment variable is
used in the linking build step.

Signed-off-by: jljusten
Reviewed-by: andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12612 6f19259b-4bc3-4df7-8a09-765794883524
EmulatorPkg/Unix/Host/Host.inf
EmulatorPkg/build.sh