Actually support "configure -b"
This commit is contained in:
parent
7cb25077a3
commit
26b41af665
@ -138,7 +138,7 @@ int main(int argc, char * argv[])
|
||||
|
||||
memset(&prefs, 0, sizeof(prefs));
|
||||
memset(&paths, 0, sizeof(paths));
|
||||
while((o = getopt(argc, argv, "d:i:l:nO:p:Ss:v")) != -1)
|
||||
while((o = getopt(argc, argv, "b:d:i:l:nO:p:qSs:v")) != -1)
|
||||
switch(o)
|
||||
{
|
||||
case 'b':
|
||||
|
Loading…
Reference in New Issue
Block a user