From 2181db16fb50f1be8a2b3d096480b2bff62bbd76 Mon Sep 17 00:00:00 2001 From: asmwarrior Date: Tue, 24 Sep 2024 19:28:46 +0800 Subject: [PATCH] do not use the PLUGIN_EXPORT hack --- .ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index f4d5902..01237d1 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -30,7 +30,7 @@ NAME="CodeBlocks svn "${TAG}" and wxWidgets "${WX_VERSION}" Build" ## Patch build git apply -v ../0001-fix-32-bit-build-and-wxSmith.patch # Workaround from msys2: error: definition of static data member 'wxsArrayStringEditorDlg::sm_eventTable' of dllimport'd class -grep -rl "PLUGIN_EXPORT " src/plugins/contrib/wxSmith | xargs -i sed -i "s/PLUGIN_EXPORT //g" {} +# grep -rl "PLUGIN_EXPORT " src/plugins/contrib/wxSmith | xargs -i sed -i "s/PLUGIN_EXPORT //g" {} ./bootstrap ./configure --disable-pch --with-contrib-plugins=all,-Valgrind --prefix=/opt/codeblocks