mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(graphviz)
linux+.la files only; darwin still needs help
This commit is contained in:
parent
3a5870c384
commit
9bbc0ae096
1 changed files with 7 additions and 5 deletions
|
@ -20,9 +20,11 @@ dependencies:
|
|||
build:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: '>=0.20<1'
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
- run: rm *.la
|
||||
working-directory: ${{prefix}}/lib
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
|
|
Loading…
Reference in a new issue