Jacob Heider 2023-10-27 17:02:11 -04:00
parent fc12d035ec
commit 9202ede963
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -28,6 +28,12 @@ build:
rmdir epoxy
ln -s . epoxy
working-directory: ${{prefix}}/include
# this seems to mess up pkg-config detection on darwin.
- run: |
sed -i.bak "s|Requires.private: x11, |Requires.private: x11|g" epoxy.pc
rm -f epoxy.pc.bak
working-directory: "{{prefix}}/lib/pkgconfig"
if: darwin
env:
ARGS:
- --prefix="{{prefix}}"