fix(libxml2)

closes #4088
This commit is contained in:
Jacob Heider 2023-11-16 13:17:13 -05:00 committed by Jacob Heider
parent cc6e9e1142
commit f2e74c50fa

View file

@ -39,10 +39,13 @@ test:
dependencies:
python.org: '>=3<3.12'
script: |
cc `xml2-config --cflags --libs` test.c
cc `xml2-config --cflags --libs` $CFLAGS test.c
./a.out
python -c "import libxml2"
env:
linux:
CFLAGS: -pthread
provides:
- bin/xml2-config