File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,19 @@ jobs:
37
37
fi &&
38
38
./build-deps.sh
39
39
CIBW_BEFORE_ALL_MACOS : >
40
- brew install pkg-config icu4c autoconf-archive autoconf automake &&
40
+ brew install pkg-config autoconf-archive autoconf automake &&
41
+ git clone https://github.com/unicode-org/icu &&
42
+ cd icu/icu4c/source &&
43
+ ./configure && make && make install &&
44
+ cd ../../../ &&
41
45
git clone https://gitlab.gnome.org/GNOME/libxml2 &&
42
46
cd libxml2 &&
43
47
autoreconf --install && ./configure && make && make install &&
44
48
git clone https://github.com/LanguageMachines/frog &&
45
49
cd frog &&
46
50
./build-deps.sh &&
47
- ./configure &&
48
- make && make install
51
+ ./bootstrap.sh &&
52
+ ./configure && make && make install
49
53
CIBW_MANYLINUX_X86_64_IMAGE : quay.io/pypa/manylinux2014_x86_64
50
54
CIBW_SKIP : " *-win* *-manylinux_i686 pp*"
51
55
You can’t perform that action at this time.
0 commit comments