fix(libexpat)

remove *.la
This commit is contained in:
Jacob Heider 2024-04-18 19:13:56 -04:00
parent 733e93170c
commit e54a43db8f
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -6,15 +6,15 @@ versions:
github: libexpat/libexpat/releases
build:
script: |
./configure --prefix={{ prefix }}
make --jobs {{ hw.concurrency }} install
- ./configure --prefix={{ prefix }}
- make --jobs {{ hw.concurrency }} install
- run: rm *.la
working-directory: ${{ prefix }}/lib
test:
script: |
cc test.c -lexpat -o test
OUTPUT="$(./test)"
test "$OUTPUT" = "tag:str|data:Hello, world!|"
- cc test.c -lexpat -o test
- OUTPUT="$(./test)"
- test "$OUTPUT" = "tag:str|data:Hello, world!|"
provides:
- bin/xmlwf