From 9f4eda70cdf3b3ccbce901382147741ae1b88ace Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Wed, 29 Nov 2023 23:57:19 +0100 Subject: [PATCH] Fix tests compilation on mac --- tests/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/meson.build b/tests/meson.build index 8371bc31d8..2dd870dd30 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -49,6 +49,8 @@ tests_args = [] # force UTF8 for MSVC if host_machine.system() == 'windows' tests_args += ['/utf-8'] +elif host_machine.system() == 'darwin' + tests_args += ['-DGTEST_HAS_POSIX_RE=0'] endif runner = executable(