summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/cygwin.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Platform/cygwin.py')
-rw-r--r--src/engine/SCons/Platform/cygwin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Platform/cygwin.py b/src/engine/SCons/Platform/cygwin.py
index 8858dd1..b5a73f6 100644
--- a/src/engine/SCons/Platform/cygwin.py
+++ b/src/engine/SCons/Platform/cygwin.py
@@ -44,7 +44,7 @@ def tool_list():
return ['ar', 'dvipdf', 'dvips',
'g++', 'g77', 'gcc', 'gnulink',
'latex', 'lex',
- 'pdflatex', 'pdftex', 'tex', 'yacc',
+ 'pdflatex', 'pdftex', 'tar', 'tex', 'yacc',
assembler]
def generate(env):