fix(libwpe)

closes #4984
This commit is contained in:
Jacob Heider 2024-01-25 10:04:45 -05:00
parent 72c5be2369
commit 47c159a461
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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}}