gnucash maint: Fix typo blocking Windows build.

John Ralls jralls at code.gnucash.org
Thu Mar 25 10:40:50 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/db4417b2 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7c323b22 (commit)



commit db4417b21282d7d3bb54eda05780d7eb62455b21
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Mar 25 07:40:42 2021 -0700

    Fix typo blocking Windows build.

diff --git a/gnucash/CMakeLists.txt b/gnucash/CMakeLists.txt
index 13a578f3f..078d2bda8 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()



Summary of changes:
 gnucash/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list