From 47458af2634385059e4a6408debc9dd12108e6dd Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Sat, 18 Jan 2025 10:41:48 -0600 Subject: [PATCH] Fix for meson --- src/catch2/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/catch2/meson.build b/src/catch2/meson.build index 2eb53991..bf9d8453 100644 --- a/src/catch2/meson.build +++ b/src/catch2/meson.build @@ -222,6 +222,7 @@ internal_sources = files( 'internal/catch_fatal_condition_handler.cpp', 'internal/catch_floating_point_helpers.cpp', 'internal/catch_getenv.cpp', + 'internal/catch_getenv.cpp', 'internal/catch_istream.cpp', 'internal/catch_jsonwriter.cpp', 'internal/catch_lazy_expr.cpp',