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:
|
dependencies:
|
||||||
python.org: '>=3<3.12'
|
python.org: '>=3<3.12'
|
||||||
script: |
|
script: |
|
||||||
cc `xml2-config --cflags --libs` test.c
|
cc `xml2-config --cflags --libs` $CFLAGS test.c
|
||||||
./a.out
|
./a.out
|
||||||
|
|
||||||
python -c "import libxml2"
|
python -c "import libxml2"
|
||||||
|
env:
|
||||||
|
linux:
|
||||||
|
CFLAGS: -pthread
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/xml2-config
|
- bin/xml2-config
|
||||||
|
|
Loading…
Reference in a new issue