From 3216e0cfd67b6e642277f049e4a6d59d8c0258d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 2 Aug 2019 16:29:20 +0200 Subject: [PATCH] build: fix typo in previous attempt at fixing issue #41 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e4ebe8b..d46c12e 100644 --- a/meson.build +++ b/meson.build @@ -176,7 +176,7 @@ add_project_arguments(common_c_flags, language: 'c') mmx_args = [] sse_args = [] -sse2_args = [] +sse2_cflags = [] sse4_1_cflags = [] avx2_cflags = [] -- 2.30.2