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 <jra...@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


_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to