Skip to content

Commit

Permalink
Merge pull request #164 from dmalec/fix-cd-regex-linking
Browse files Browse the repository at this point in the history
Configure wxWidgets OSX build to avoid linking to brew installed regex library
  • Loading branch information
jrincayc authored Mar 24, 2023
2 parents b55a983 + 757cfba commit 41a510e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
mkdir build-static
cd build-static
../configure --disable-shared --enable-unicode --with-macosx-version-min=${{ env.TARGET_OSX_VERSION }} --with-libjpeg=builtin --with-libpng=builtin --without-libtiff
../configure --disable-shared --enable-unicode --with-macosx-version-min=${{ env.TARGET_OSX_VERSION }} --with-libjpeg=builtin --with-libpng=builtin --with-regex=builtin --without-libtiff
make -j2
build_wxwidgets_windows:
Expand Down

0 comments on commit 41a510e

Please sign in to comment.