mirror of https://github.com/acidanthera/audk.git
Fix build broken for missing defintiion of UNIXGCC_IASL
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7984 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1b9370bc0f
commit
13987f5775
|
@ -76,6 +76,7 @@ DEFINE CYGWIN_BIN32 = c:/cygwin/opt/tiano/i386-tiano-pe/i386-tiano-pe/bin
|
||||||
DEFINE CYGWIN_BINX64 = c:/cygwin/opt/tiano/x86_64-pc-mingw64/x86_64-pc-mingw64/bin
|
DEFINE CYGWIN_BINX64 = c:/cygwin/opt/tiano/x86_64-pc-mingw64/x86_64-pc-mingw64/bin
|
||||||
|
|
||||||
DEFINE ASL_BIN = C:\ASL
|
DEFINE ASL_BIN = C:\ASL
|
||||||
|
DEFINE UNIXGCC_IASL = ENV(HOME)/programs/iasl
|
||||||
|
|
||||||
####################################################################################
|
####################################################################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue