mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
changed default from ship to install
This commit is contained in:
parent
9f65686c35
commit
09442a6672
@ -180,6 +180,7 @@ sub CTAttachCompute {
|
||||
#
|
||||
while ( ! $done ) {
|
||||
$spec = &CTResolveSpec( $_[0], $flav ) ;
|
||||
#print STDERR "spec line '" . $spec . "' flav: '" . $flav ."'\n";
|
||||
&CTUDebug( "spec line = '$spec'\n" ) ;
|
||||
if ( $spec ne "" ) {
|
||||
$root = &CTComputeRoot( $_[0], $flav, $spec ) ;
|
||||
@ -203,7 +204,7 @@ sub CTAttachCompute {
|
||||
} elsif ( $flav eq "ship" ) {
|
||||
$flav = "release" ;
|
||||
} else {
|
||||
$flav = "ship" ;
|
||||
$flav = "install" ;
|
||||
}
|
||||
} elsif ( ! $done ) {
|
||||
$spec = "" ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user