mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(epoxy)[1]
https://github.com/pkgxdev/pantry/pull/3493#issuecomment-1783499173
This commit is contained in:
parent
fc12d035ec
commit
9202ede963
|
@ -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}}"
|
||||
|
|
Loading…
Reference in a new issue