mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(pcre2)
This commit is contained in:
parent
7e73599206
commit
05831aff6e
1 changed files with 8 additions and 4 deletions
|
@ -14,10 +14,14 @@ dependencies:
|
|||
zlib.net: 1
|
||||
|
||||
build:
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make install
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }}
|
||||
- make install
|
||||
- run: |
|
||||
sed -i.bak -e 's/^prefix=.*/prefix=$(dirname $(dirname $0))/' pcre2-config
|
||||
rm pcre2-config.bak
|
||||
working-directory: ${{ prefix }}/bin
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{ prefix }}
|
||||
|
|
Loading…
Reference in a new issue