new opt option
This commit is contained in:
parent
ab19f18a95
commit
11e50186d4
|
|
@ -18,8 +18,9 @@ optimizeFlag=""
|
|||
ppython=ppython
|
||||
ppythonOptimizeFlag=""
|
||||
|
||||
while getopts gtpven flag; do
|
||||
while getopts ogtpven flag; do
|
||||
case $flag in
|
||||
o) extra_genPyCode_libs="$extra_genPyCode_libs libotp" ;;
|
||||
g) extra_genPyCode_libs="$extra_genPyCode_libs libgateway" ;;
|
||||
t) extra_genPyCode_libs="$extra_genPyCode_libs libtoontown" ;;
|
||||
p) extra_genPyCode_libs="$extra_genPyCode_libs libpirates" ;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue