Change identifier MINGW to WIN32 in AQB CMakeLists.txt to be consistent

This commit is contained in:
Robert Fewell 2023-04-04 10:33:43 +01:00
parent a958455a6b
commit 6eac35f013

View File

@ -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()