diff options
author | Matt Turner <mattst88@gmail.com> | 2019-04-07 12:31:40 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2019-04-07 12:31:40 -0700 |
commit | 4c4753c4073f2f0f5a2981b50ff67734c9c62745 (patch) | |
tree | 13952191109350b1594bc0f3e193be8c70540958 | |
parent | 72959837abb669972cf21b3dda6f3bb645be2750 (diff) |
meson: Correct copy-and-paste mistake
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7bfbd99..8870b9e 100644 --- a/meson.build +++ b/meson.build @@ -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') |