mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typo blocking Windows build.
This commit is contained in:
parent
7c323b222d
commit
db4417b212
@ -74,7 +74,7 @@ set(gnucash_cli_SOURCES
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (MINGW)
|
if (MINGW)
|
||||||
list(APPEND gnucash_cli_SOURCES "gnucash-locale-locale.c")
|
list(APPEND gnucash_cli_SOURCES "gnucash-locale-windows.c")
|
||||||
elseif (MAC_INTEGRATION)
|
elseif (MAC_INTEGRATION)
|
||||||
list(APPEND gnucash_cli_SOURCES "gnucash-locale-macos.mm")
|
list(APPEND gnucash_cli_SOURCES "gnucash-locale-macos.mm")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user