mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix path to glibmm that we check
libglibmm-2.4.so comes with the -dev package libglibmm-2.4.so.1 is the actual library
This commit is contained in:
parent
8e1de17319
commit
dab31732c5
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ int main (int argc, char **argv) {
|
||||||
int error_fail = 0;
|
int error_fail = 0;
|
||||||
int verbose = 0;
|
int verbose = 0;
|
||||||
|
|
||||||
char const * glibmm = "libglibmm-2.4.so";
|
char const * glibmm = "libglibmm-2.4.so.1";
|
||||||
|
|
||||||
const struct option long_options[] = {
|
const struct option long_options[] = {
|
||||||
{ "fail", no_argument, 0, 'f' },
|
{ "fail", no_argument, 0, 'f' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue