mirror of https://github.com/acidanthera/audk.git
Fix a capitalization error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@105 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0f254cac2d
commit
621406c57f
|
@ -93,7 +93,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
<target name="Dlg" depends="Antlr" unless="CheckDepends">
|
||||
<exec dir="${basedir}/${ToolName}" executable="dlg" failonerror="TRUE">
|
||||
<arg line="-C2 -i -CC -o . Parser.dlg"/>
|
||||
<arg line="-C2 -i -CC -o . parser.dlg"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue