Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 41f69353..ed66d380 100644
--- a/meson.build
+++ b/meson.build
@@ -532,9 +532,9 @@ if not opt_intrinsics.disabled()
endif # opt_rtcd
else
if opt_intrinsics.enabled()
- error('intrinsics option enabled, but no intrinsics support for ' + host_machine.get_cpu())
+ error('intrinsics option enabled, but no intrinsics support for ' + host_cpu_family)
endif
- warning('No intrinsics support for ' + host_machine.get_cpu())
+ warning('No intrinsics support for ' + host_cpu_family)
endif
endif