cairo fix (#91)

This commit is contained in:
Max Howell 2022-08-20 13:50:44 -04:00 committed by GitHub
parent bfc6fffab1
commit f003504fb5

View file

@ -25,4 +25,9 @@ build:
make --jobs {{ hw.concurrency }}
make install
if test {{ hw.platform }} == darwin; then
#FIXME wtf is going on here
sed -i.bak 's|/opt/libpng.org/v.*/lib/libintl.la||' {{prefix}}/lib/libcairo-gobject.la
fi
test: true #FIXME