Skip to content

Commit

Permalink
Configure wxWidgets OSX build to avoid linking to brew installed rege…
Browse files Browse the repository at this point in the history
…x library
  • Loading branch information
dmalec committed Mar 24, 2023
1 parent b55a983 commit 757cfba
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 757cfba

Please sign in to comment.