tibia/test/vst3-make.json

7 lines
335 B
JSON
Raw Normal View History

2024-01-09 10:47:25 +00:00
{
"vst3_make": {
2024-05-10 05:09:26 +00:00
"cflags": "-I../../../vst3_c_api $(shell pkg-config --cflags pugl-cairo-0)",
2024-05-30 09:54:54 +00:00
"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-01-09 10:47:25 +00:00
}
}