Changeset View
Changeset View
Standalone View
Standalone View
build_files/build_environment/install_deps.sh
| Context not available. | |||||
| cd $CWD | cd $CWD | ||||
| INFO "Done compiling USD-$USD_VERSION!" | INFO "Done compiling USD-$USD_VERSION!" | ||||
| _is_building=true | _is_building=false | ||||
| else | else | ||||
| INFO "Own USD-$USD_VERSION is up to date, nothing to do!" | INFO "Own USD-$USD_VERSION is up to date, nothing to do!" | ||||
| INFO "If you want to force rebuild of this lib, use the --force-usd option." | INFO "If you want to force rebuild of this lib, use the --force-usd option." | ||||
| Context not available. | |||||
| _1="-D WITH_USD=ON" | _1="-D WITH_USD=ON" | ||||
| PRINT " $_1" | PRINT " $_1" | ||||
| _buildargs="$_buildargs $_1" | _buildargs="$_buildargs $_1" | ||||
| if [ -d $INST/usd ]; then | |||||
| _1="-D USD_ROOT_DIR=$INST/usd" | |||||
| PRINT " $_1" | |||||
| _buildargs="$_buildargs $_1" | |||||
| fi | |||||
| fi | fi | ||||
| if [ "$NO_SYSTEM_GLEW" = true ]; then | if [ "$NO_SYSTEM_GLEW" = true ]; then | ||||
| Context not available. | |||||