Skip to content

Commit

Permalink
fix(libplist)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Mar 4, 2024
1 parent 44aa8fc commit a428ba6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/libimobiledevice.org/libplist/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -40,4 +43,4 @@ test:
</plist>
extname: plist
- ls | grep test_binary.plist
- plistutil --version | grep {{version}}
- plistutil --version | grep {{version}}

0 comments on commit a428ba6

Please sign in to comment.