tibia/test/lv2-make.json
2024-05-09 18:04:47 +02:00

7 lines
134 B
JSON

{
"lv2_make": {
"cflags": "$(shell pkg-config --cflags pugl-cairo-0)",
"ldflags": "$(shell pkg-config --libs pugl-cairo-0)"
}
}