We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a84d6 commit 788143cCopy full SHA for 788143c
.github/workflows/wheels.yml
@@ -38,9 +38,13 @@ jobs:
38
./build-deps.sh
39
CIBW_BEFORE_ALL_MACOS: >
40
brew install pkg-config autoconf-archive autoconf automake &&
41
+ git clone https://github.com/tukaani-project/xz &&
42
+ cd xz &&
43
+ autoreconf --install && ./configure && make && make install &&
44
+ cd ..
45
git clone https://github.com/unicode-org/icu &&
46
cd icu/icu4c/source &&
- ./configure && make && make install &&
47
+ ./configure && make && make install && ls -l /usr/local/lib/libicu* &&
48
cd ../../../ &&
49
git clone https://gitlab.gnome.org/GNOME/libxml2 &&
50
cd libxml2 &&
0 commit comments