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