Clean up apple compile script
This commit is contained in:
parent
4bfb528526
commit
3a69107eac
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ ADJUST="CONFIG-=adjust"
|
|||
|
||||
helpFunction() {
|
||||
print G "Usage:"
|
||||
print N "\t$0 <ios> [-d|--debug] [-n|--networkextension] [-a|--adjusttoken <adjust_token>]"
|
||||
print N "\t$0 <macos|ios|> [-d|--debug] [-n|--networkextension] [-a|--adjusttoken <adjust_token>]"
|
||||
print N ""
|
||||
print N "By default, the project is compiled in release mode. Use -d or --debug for a debug build."
|
||||
print N "Use -n or --networkextension to force the network-extension component for MacOS too."
|
||||
|
@ -189,7 +189,7 @@ elif [ "$OS" = "ios" ]; then
|
|||
ADJUST="CONFIG+=adjust"
|
||||
fi
|
||||
else
|
||||
die "Why we are here?"
|
||||
die "Why are we here?"
|
||||
fi
|
||||
|
||||
VPNMODE=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue