aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f22facb..8a40ace 100644
--- a/SConstruct
+++ b/SConstruct
@@ -51,7 +51,7 @@ elif 'ARCH' in environ:
51 arch = environ['ARCH'] 51 arch = environ['ARCH']
52 52
53if arch not in SUPPORTED_ARCHS: 53if 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)
57else: 57else: