tibia/test/lv2-make.json

7 lines
328 B
JSON
Raw Normal View History

2024-05-09 16:04:47 +00:00
{
"lv2_make": {
"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
}
}