Skip to content

Commit

Permalink
ci: Simplify .github/scripts/build-macos-wxwidgets.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 16, 2024
1 parent 0881e4e commit 73582ab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/scripts/build-macos-wxwidgets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ cd wxWidgets
--prefix=$PWD/release \
--with-cocoa \
--with-macosx-version-min=10.15 \
--with-libjpeg=builtin \
--with-libtiff=builtin \
--with-libpng=builtin \
--with-liblzma=builtin \
--with-zlib=builtin \
--with-expat=builtin
--disable-sys-libs
make
make install

0 comments on commit 73582ab

Please sign in to comment.