diff options
author | Daryl McDaniel <daryl.mcdaniel@intel.com> | 2014-11-11 23:15:32 +0000 |
---|---|---|
committer | darylm503 <darylm503@Edk2> | 2014-11-11 23:15:32 +0000 |
commit | 6b980b679643eb4d46370f25ec26e287bb5e15bc (patch) | |
tree | 1cca391ec1f08a3f4ccc22538c9ac7a55e216d45 /AppPkg/AppPkg.dsc | |
parent | 4b2cf923c0ffdb00cc05373d3f295f0ad086c978 (diff) | |
download | edk2-6b980b679643eb4d46370f25ec26e287bb5e15bc.tar.gz edk2-6b980b679643eb4d46370f25ec26e287bb5e15bc.tar.bz2 edk2-6b980b679643eb4d46370f25ec26e287bb5e15bc.zip |
AppPkg: Disable Lua builds by default. Update the ReadMe file.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed-by: Bruce Maynard <Bruce.Maynard@Emulex.Com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16332 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'AppPkg/AppPkg.dsc')
-rw-r--r-- | AppPkg/AppPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AppPkg/AppPkg.dsc b/AppPkg/AppPkg.dsc index fd76b4ec08..424434c0c8 100644 --- a/AppPkg/AppPkg.dsc +++ b/AppPkg/AppPkg.dsc @@ -131,7 +131,7 @@ # AppPkg/Applications/Python/PythonCore.inf
#### Un-comment the following line to build Lua.
- AppPkg/Applications/Lua/Lua.inf
+# AppPkg/Applications/Lua/Lua.inf
##############################################################################
|