mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix long options of gcc-glibmm-abi-check.
This commit is contained in:
parent
c799ef723d
commit
25011161e0
1 changed files with 2 additions and 0 deletions
|
|
@ -47,10 +47,12 @@ int main (int argc, char **argv) {
|
|||
char *glibmm = "libglibmm-2.4.so";
|
||||
|
||||
const struct option long_options[] = {
|
||||
{ "fail", no_argument, 0, 'f' },
|
||||
{ "help", no_argument, 0, 'h' },
|
||||
{ "gcc4", no_argument, 0, '4' },
|
||||
{ "gcc5", no_argument, 0, '5' },
|
||||
{ "glibmm", required_argument, 0, 'g' },
|
||||
{ "verbose", no_argument, 0, 'v' },
|
||||
{ "version", no_argument, 0, 'V' },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue