-rpath in test
This commit is contained in:
parent
430f6e591c
commit
d0beba0e0b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lv2_make": {
|
||||
"cflags": "$(shell pkg-config --cflags pugl-cairo-0)",
|
||||
"ldflags": "$(shell pkg-config --libs pugl-cairo-0)"
|
||||
"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)"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"vst3_make": {
|
||||
"cflags": "-I../../../vst3_c_api $(shell pkg-config --cflags pugl-cairo-0)",
|
||||
"ldflags": "$(shell pkg-config --libs pugl-cairo-0)"
|
||||
"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)"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user