some people just can't read the instructions
This commit is contained in:
parent
33c3f72792
commit
8c237ffb7c
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ PROCESS_ARGS:
|
|||
{ $threads=1; }
|
||||
elsif (/^no-shared$/)
|
||||
{ $no_shared=1; }
|
||||
elsif (/^shared$/)
|
||||
elsif (/^shared$/ || /^-shared$/ || /^--shared$/)
|
||||
{ $no_shared=0; }
|
||||
elsif (/^no-symlinks$/)
|
||||
{ $symlink=0; }
|
||||
|
|
Loading…
Reference in a new issue