meson: Correct copy-and-paste mistake
authorMatt Turner <mattst88@gmail.com>
Sun, 7 Apr 2019 19:31:40 +0000 (12:31 -0700)
committerMatt Turner <mattst88@gmail.com>
Sun, 7 Apr 2019 19:31:40 +0000 (12:31 -0700)
Signed-off-by: Matt Turner <mattst88@gmail.com>
meson.build

index 7bfbd9900fb609df95dc4966f16fec21d2330161..8870b9ecca25c6427b35e47fd6c199f2e73b91e8 100644 (file)
@@ -290,7 +290,7 @@ endif
 if have_iwmmxt
   config.set10('USE_ARM_IWMMXT', true)
 elif use_iwmmxt.enabled()
-  error('NEON Support unavailable, but required')
+  error('IWMMXT Support unavailable, but required')
 endif
 
 use_mips_dspr2 = get_option('mips-dspr2')