mirror of
https://github.com/ivabus/pantry
synced 2024-11-25 09:55:06 +03:00
parent
72c5be2369
commit
47c159a461
1 changed files with 1 additions and 4 deletions
|
@ -24,16 +24,13 @@ build:
|
||||||
ln -s . wpe-1.0
|
ln -s . wpe-1.0
|
||||||
working-directory: ${{prefix}}/include
|
working-directory: ${{prefix}}/include
|
||||||
env:
|
env:
|
||||||
LDFLAGS: "-fPIC"
|
LDFLAGS: '-fPIC'
|
||||||
MESON_ARGS:
|
MESON_ARGS:
|
||||||
- --prefix="{{prefix}}"
|
- --prefix="{{prefix}}"
|
||||||
- --libdir="{{prefix}}/lib"
|
- --libdir="{{prefix}}/lib"
|
||||||
- --buildtype=release
|
- --buildtype=release
|
||||||
- --wrap-mode=nofallback
|
- --wrap-mode=nofallback
|
||||||
test:
|
test:
|
||||||
dependencies:
|
|
||||||
gnu.org/gcc: '*'
|
|
||||||
gnu.org/make: '*'
|
|
||||||
script:
|
script:
|
||||||
- make wpe-test
|
- make wpe-test
|
||||||
- ./wpe-test | grep {{version}}
|
- ./wpe-test | grep {{version}}
|
||||||
|
|
Loading…
Reference in a new issue