Skip to content

Commit cd8796a

Browse files
committed
Comment out downloading of wxWidgets source on MacOS and use local libraries only
1 parent 076d14c commit cd8796a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/scripts/build-macos-wxwidgets.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ cd wxWidgets
3838
--disable-shared \
3939
--prefix=$PWD/release \
4040
--with-cocoa \
41-
--with-macosx-version-min=10.15 \
42-
--disable-sys-libs
41+
--with-macosx-version-min=10.15
42+
# --disable-sys-libs
43+
4344
make
4445
make install

0 commit comments

Comments
 (0)