tibia/test/lv2-make.json

7 lines
325 B
JSON
Raw Permalink Normal View History

2024-05-09 16:04:47 +00:00
{
"lv2_make": {
2024-05-30 09:54:54 +00:00
"cflags": "$(shell pkg-config --cflags pugl-cairo-0 pugl-0 cairo)",
"ldflags": "$(shell pkg-config --libs pugl-cairo-0 pugl-0 cairo) -Wl,-rpath,$(shell pkg-config --variable=libdir pugl-cairo-0),-rpath,$(shell pkg-config --variable=libdir pugl-0),-rpath,$(shell pkg-config --variable=libdir cairo)"
2024-05-09 16:04:47 +00:00
}
}