mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(epoxy)[1]
https://github.com/pkgxdev/pantry/pull/3493#issuecomment-1783499173
This commit is contained in:
parent
fc12d035ec
commit
9202ede963
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ build:
|
||||||
rmdir epoxy
|
rmdir epoxy
|
||||||
ln -s . epoxy
|
ln -s . epoxy
|
||||||
working-directory: ${{prefix}}/include
|
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:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix="{{prefix}}"
|
- --prefix="{{prefix}}"
|
||||||
|
|
Loading…
Reference in a new issue