diff options
author | Steven Knight <knight@baldmt.com> | 2003-02-10 21:43:09 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-02-10 21:43:09 (GMT) |
commit | 7bbb2afaef46d74eea4f4bd12a005abead550dd5 (patch) | |
tree | 492d6726be001e35ffa85dc5cee5d0cadd6c35b9 /test/import.py | |
parent | 26ffd7d959778e3355786a0d47ff27476f7c2554 (diff) | |
download | SCons-7bbb2afaef46d74eea4f4bd12a005abead550dd5.zip SCons-7bbb2afaef46d74eea4f4bd12a005abead550dd5.tar.gz SCons-7bbb2afaef46d74eea4f4bd12a005abead550dd5.tar.bz2 |
Add support for the SGI library archiver. (Chad Austin)
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py index 76c003b..1390289 100644 --- a/test/import.py +++ b/test/import.py @@ -68,6 +68,7 @@ tools = [ 'nasm', 'pdflatex', 'pdftex', + 'sgiar', 'sgias', 'sgicc', 'sgif77', |