From a39c67fe148f345619213d55dcf720df77b4955f Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Sat, 18 Jan 2025 11:16:05 -0600 Subject: [PATCH] Oops --- src/catch2/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catch2/meson.build b/src/catch2/meson.build index bf9d8453..4274fc44 100644 --- a/src/catch2/meson.build +++ b/src/catch2/meson.build @@ -222,7 +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_global_lock.cpp', 'internal/catch_istream.cpp', 'internal/catch_jsonwriter.cpp', 'internal/catch_lazy_expr.cpp',