mirror of https://github.com/acidanthera/audk.git
Changed the tmp path because of directory structure changes
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1686 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
fbda1aada3
commit
04b8b67740
|
@ -25,7 +25,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
|
||||
|
||||
<property name="LINK_OUTPUT_TYPE" value="static"/>
|
||||
<property name="BUILD_DIR" value="${WORKSPACE}/Tools/Source/TianoTools/${LibName}/tmp"/>
|
||||
<property name="BUILD_DIR" value="${WORKSPACE}/Tools/CCode/Source/${LibName}/tmp"/>
|
||||
|
||||
<target name="GenTool" depends="init,Lib" >
|
||||
<echo message="The EDK Tool Library: ${LibName} build has completed!"/>
|
||||
|
|
Loading…
Reference in New Issue