Added missing parameters for init and connect
This commit is contained in:
parent
9e0fd7d51e
commit
4976dc3a4c
10 changed files with 95 additions and 113 deletions
|
@ -159,15 +159,14 @@ IOS_FLAGS="
|
|||
Q_OS_IOS=1
|
||||
"
|
||||
|
||||
#printn Y "Mode: "
|
||||
#if [[ "$RELEASE" ]]; then
|
||||
# print G "release"
|
||||
# MODE="CONFIG-=debug CONFIG+=release CONFIG-=debug_and_release"
|
||||
#else
|
||||
# print G "debug"
|
||||
# MODE="CONFIG+=debug CONFIG-=release CONFIG-=debug_and_release"
|
||||
#fi
|
||||
MODE="CONFIG-=debug CONFIG+=release CONFIG-=debug_and_release"
|
||||
printn Y "Mode: "
|
||||
if [[ "$RELEASE" ]]; then
|
||||
print G "release"
|
||||
MODE="CONFIG-=debug CONFIG+=release CONFIG-=debug_and_release"
|
||||
else
|
||||
print G "debug"
|
||||
MODE="CONFIG+=debug CONFIG-=release CONFIG-=debug_and_release"
|
||||
fi
|
||||
|
||||
OSRUBY=$OS
|
||||
printn Y "OS: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue