From cace652bff0df578119bdd6eee0152c7f284c361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 10 Jun 2023 13:50:23 +0200 Subject: [PATCH] fix build on darwin --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index ef01a7d..f8fb528 100644 --- a/src/meson.build +++ b/src/meson.build @@ -13,4 +13,4 @@ executable('nix-eval-jobs', src, threads_dep ], install: true, - cpp_args: ['-std=c++17', '-fvisibility=hidden']) + cpp_args: ['-std=c++2a', '-fvisibility=hidden'])