diff options
Diffstat (limited to 'SConstruct')
| -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: |
