mirror of https://github.com/acidanthera/audk.git
Added directory for "Makefile" in "Dynamic-Library-File" rule in case the working directory is changed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3831 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1b7f7985bd
commit
dc66cae164
|
@ -211,11 +211,11 @@
|
|||
[Build.Dynamic-Library-File]
|
||||
<InputFile.MSFT, InputFile.INTEL>
|
||||
?.dll
|
||||
Makefile
|
||||
$(MODULE_BUILD_DIR)\Makefile
|
||||
|
||||
<InputFile.GCC>
|
||||
?.dll
|
||||
GnuMakefile
|
||||
$(MODULE_BUILD_DIR)/GnuMakefile
|
||||
|
||||
<OutputFile>
|
||||
$(DEBUG_DIR)(+)$(MODULE_NAME).efi
|
||||
|
|
Loading…
Reference in New Issue