Skip to content

Commit 55a84d6

Browse files
committed
macos wheel building: libtextcat compilation
1 parent 4e80570 commit 55a84d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
wget https://software.wise-guys.nl/download/libtextcat-2.2.tar.gz &&
5050
tar xzf libtextcat-2.2.tar.gz &&
5151
cd libtextcat-2.2 && autoreconf -i && ./configure && make && make install &&
52+
mkdir /usr/local/include/libtextcat/ && cp src/*.h /usr/local/include/libtextcat/ &&
5253
cd ../ &&
5354
git clone https://github.com/LanguageMachines/frog &&
5455
cd frog &&

0 commit comments

Comments
 (0)