File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,22 @@ set -e
24
24
25
25
export MAKEFLAGS=-j$( getconf _NPROCESSORS_ONLN)
26
26
27
- if [ -z " $WXWIDGETS_VERSION " ]; then
28
- WXWIDGETS_VERSION=3.1.5
29
- fi
27
+ # if [ -z "$WXWIDGETS_VERSION" ]; then
28
+ # WXWIDGETS_VERSION=3.1.5
29
+ # fi
30
30
31
- vsn=$WXWIDGETS_VERSION
32
- curl --fail -LO https://github.com/wxWidgets/wxWidgets/releases/download/v$vsn /wxWidgets-$vsn .tar.bz2
33
- tar -xf wxWidgets-$vsn .tar.bz2
34
- mv wxWidgets-$vsn / wxWidgets
31
+ # vsn=$WXWIDGETS_VERSION
32
+ # curl --fail -LO https://github.com/wxWidgets/wxWidgets/releases/download/v$vsn/wxWidgets-$vsn.tar.bz2
33
+ # tar -xf wxWidgets-$vsn.tar.bz2
34
+ # mv wxWidgets-$vsn/ wxWidgets
35
35
36
36
cd wxWidgets
37
37
./configure \
38
38
--disable-shared \
39
39
--prefix=$PWD /release \
40
40
--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
+
43
44
make
44
45
make install
You can’t perform that action at this time.
0 commit comments