mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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…
x
Reference in New Issue
Block a user