fix(libplist)

This commit is contained in:
Jacob Heider 2024-03-04 18:57:24 -05:00
parent 44aa8fccc9
commit a428ba6713
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -10,6 +10,9 @@ build:
- ./configure $ARGS
- make
- make install
# FIXME: this is a hack; we need to fix fixup.ts
- run: sed -i 's/\+brewing//g' *.pc
working-directory: '{{prefix}}/lib/pkgconfig'
env:
ARGS:
- --disable-debug
@ -40,4 +43,4 @@ test:
</plist>
extname: plist
- ls | grep test_binary.plist
- plistutil --version | grep {{version}}
- plistutil --version | grep {{version}}