kopia lustrzana https://github.com/inkstitch/inkstitch
more dependencies
rodzic
b3623e1268
commit
ff433f2bea
|
@ -66,7 +66,10 @@ jobs:
|
||||||
brew update
|
brew update
|
||||||
|
|
||||||
# this errors because it installs python3 but python2 is already installed
|
# this errors because it installs python3 but python2 is already installed
|
||||||
brew install gtk+3 || true
|
brew install gtk+3 pkg-config gobject-introspection libffi || true
|
||||||
|
|
||||||
|
export LDFLAGS="-L/usr/local/opt/libffi/lib"
|
||||||
|
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
|
||||||
|
|
||||||
# for msgfmt
|
# for msgfmt
|
||||||
brew link gettext --force
|
brew link gettext --force
|
||||||
|
|
Ładowanie…
Reference in New Issue