Skip to content

Commit

Permalink
do not use the PLUGIN_EXPORT hack
Browse files Browse the repository at this point in the history
  • Loading branch information
asmwarrior committed Sep 24, 2024
1 parent 1f657b0 commit 2181db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2181db1

Please sign in to comment.