summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/GenCapsuleHdr/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Source/TianoTools/GenCapsuleHdr/build.xml')
-rw-r--r--Tools/Source/TianoTools/GenCapsuleHdr/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/GenCapsuleHdr/build.xml b/Tools/Source/TianoTools/GenCapsuleHdr/build.xml
index f63bd98d3c..38498ae6b6 100644
--- a/Tools/Source/TianoTools/GenCapsuleHdr/build.xml
+++ b/Tools/Source/TianoTools/GenCapsuleHdr/build.xml
@@ -38,7 +38,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
outfile="${BIN_DIR}/${ToolName}"
outtype="executable"
debug="false">
- <compilerarg value="${ExtraArgus}" />
+ <compilerarg value="${ExtraArgus}" if="ExtraArgus" />
+
<fileset dir="${basedir}/${ToolName}"
includes="${FileSet}"
defaultexcludes="TRUE"