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() {
|
helpFunction() {
|
||||||
print G "Usage:"
|
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 ""
|
||||||
print N "By default, the project is compiled in release mode. Use -d or --debug for a debug build."
|
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."
|
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"
|
ADJUST="CONFIG+=adjust"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
die "Why we are here?"
|
die "Why are we here?"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
VPNMODE=
|
VPNMODE=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue