Skip to content

Commit

Permalink
Fix tests compilation on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Nov 29, 2023
1 parent 3903df2 commit 9f4eda7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9f4eda7

Please sign in to comment.