mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -06:00
Change identifier MINGW to WIN32 in AQB CMakeLists.txt to be consistent
This commit is contained in:
parent
a958455a6b
commit
6eac35f013
@ -58,7 +58,7 @@ if(WITH_AQBANKING)
|
|||||||
set(AQB_EXPORT_SYMBOLS "-Wl,--export-all-symbols")
|
set(AQB_EXPORT_SYMBOLS "-Wl,--export-all-symbols")
|
||||||
endif()
|
endif()
|
||||||
set(AQB_LIBSTDCXX "")
|
set(AQB_LIBSTDCXX "")
|
||||||
if (MINGW)
|
if (WIN32)
|
||||||
set(AQB_LIBSTDCXX "-lstdc++")
|
set(AQB_LIBSTDCXX "-lstdc++")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user