From db4417b21282d7d3bb54eda05780d7eb62455b21 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 25 Mar 2021 07:40:42 -0700 Subject: [PATCH] Fix typo blocking Windows build. --- gnucash/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/CMakeLists.txt b/gnucash/CMakeLists.txt index 13a578f3ff..078d2bda86 100644 --- a/gnucash/CMakeLists.txt +++ b/gnucash/CMakeLists.txt @@ -74,7 +74,7 @@ set(gnucash_cli_SOURCES ) if (MINGW) - list(APPEND gnucash_cli_SOURCES "gnucash-locale-locale.c") + list(APPEND gnucash_cli_SOURCES "gnucash-locale-windows.c") elseif (MAC_INTEGRATION) list(APPEND gnucash_cli_SOURCES "gnucash-locale-macos.mm") endif()