diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-03-10 07:25:02 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-03-10 07:25:02 -0500 |
commit | b7ff07fa268edf684eb97025958cb7b1acf1fe9f (patch) | |
tree | 2d148c0062b427b2762ad75401bad9fa3208381c | |
parent | f2381aa53a0656c03f2dd8b9d753d2a84132aafb (diff) |
Fix error message.
This is liblitmus, not ft_tools.
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ elif 'ARCH' in environ: | |||
51 | arch = environ['ARCH'] | 51 | arch = environ['ARCH'] |
52 | 52 | ||
53 | if arch not in SUPPORTED_ARCHS: | 53 | if arch not in SUPPORTED_ARCHS: |
54 | print 'Error: Building ft_tools is only supported for the following', \ | 54 | print 'Error: Building liblitmus is only supported for the following', \ |
55 | 'architectures: %s.' % ', '.join(sorted(SUPPORTED_ARCHS)) | 55 | 'architectures: %s.' % ', '.join(sorted(SUPPORTED_ARCHS)) |
56 | Exit(1) | 56 | Exit(1) |
57 | else: | 57 | else: |