[GNC-dev] gnucash maint: Fix typo blocking Windows build.

Geert Janssens geert.gnucash at kobaltwit.be
Thu Mar 25 11:22:10 EDT 2021


Op donderdag 25 maart 2021 15:40:50 CET schreef John Ralls:
> 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()
> 
Doh... Thanks for fixing my copy-paste error.

Geert




More information about the gnucash-devel mailing list