summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/VfrCompile/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Source/TianoTools/VfrCompile/build.xml')
-rw-r--r--Tools/Source/TianoTools/VfrCompile/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/VfrCompile/build.xml b/Tools/Source/TianoTools/VfrCompile/build.xml
index 9c0ab7290e..8fb9d74e10 100644
--- a/Tools/Source/TianoTools/VfrCompile/build.xml
+++ b/Tools/Source/TianoTools/VfrCompile/build.xml
@@ -129,7 +129,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<includepath path="${env.WORKSPACE}/MdePkg/Include/Protocol"/>
<includepath path="${PACKAGE_DIR}/Common"/>
<libset dir="${LIB_DIR}" libs="CommonTools"/>
- <syslibset libs="${gxx_extra_libs}" if="g++"/>
+ <syslibset libs="${gxx_extra_libs}" if="gcc"/>
</cc>
</target>