From 6eac35f013b107dcda400fb533cd2b93ffcb1412 Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Tue, 4 Apr 2023 10:33:43 +0100 Subject: [PATCH] Change identifier MINGW to WIN32 in AQB CMakeLists.txt to be consistent --- gnucash/import-export/aqb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/import-export/aqb/CMakeLists.txt b/gnucash/import-export/aqb/CMakeLists.txt index 486bc87ca4..cf90236227 100644 --- a/gnucash/import-export/aqb/CMakeLists.txt +++ b/gnucash/import-export/aqb/CMakeLists.txt @@ -58,7 +58,7 @@ if(WITH_AQBANKING) set(AQB_EXPORT_SYMBOLS "-Wl,--export-all-symbols") endif() set(AQB_LIBSTDCXX "") - if (MINGW) + if (WIN32) set(AQB_LIBSTDCXX "-lstdc++") endif()