fix(libusbmuxd)

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

View file

@ -19,6 +19,9 @@ build:
script:
- ./autogen.sh $ARGS
- make --jobs {{hw.concurrency}} 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
@ -41,4 +44,4 @@ test:
- curl -v telnet://localhost:2222 2>&1 | grep 'Connected to localhost'
- kill $PID
- iproxy -v | grep {{version}}
- inetcat -v | grep {{version}}
- inetcat -v | grep {{version}}