mirror of https://github.com/acidanthera/audk.git
Remove GenFvMap from the build since it does not compile under gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2163 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
52be9a3b67
commit
64bbd2e3c6
|
@ -252,8 +252,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
<target name="Tools" depends="Libraries">
|
<target name="Tools" depends="Libraries">
|
||||||
<subant target="" inheritall="true">
|
<subant target="" inheritall="true">
|
||||||
<fileset dir="${PACKAGE_DIR}" includes="*/build.xml"
|
<fileset dir="${PACKAGE_DIR}" includes="*/build.xml"
|
||||||
excludes="${Libs}"/>
|
excludes="${Libs} GenFvMap/build.xml"/>
|
||||||
</subant>
|
</subant>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue