mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
cc6e9e1142
commit
f2e74c50fa
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue