diff options
| author | Oz Linden <oz@lindenlab.com> | 2016-12-07 19:58:01 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2016-12-07 19:58:01 -0500 | 
| commit | 7b3ff5418e828fe077ce03bcfd866eede91467c0 (patch) | |
| tree | dc70e4bbd6fd64f387c3aff2f19b8d99772956db | |
| parent | 4eca1769e95ad8c485c31b94e4f7fa76fd4bc632 (diff) | |
make build.sh use the same build directory that autobuild.xml uses on Windows
| -rwxr-xr-x | build.sh | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -28,7 +28,7 @@ build_dir_Linux()  build_dir_CYGWIN()  { -  echo build-vc120 +  echo build-vc120-${AUTOBUILD_ADDRSIZE}  }  viewer_channel_suffix() @@ -114,6 +114,7 @@ package_llphysicsextensions_tpv()    tpv_status=0    if [ "$variant" = "Release" ]    then  +      test -r  "$build_dir/packages/llphysicsextensions/autobuild-tpv.xml" || fatal "No llphysicsextensions_tpv autobuild configuration found"        tpvconfig=$(native_path "$build_dir/packages/llphysicsextensions/autobuild-tpv.xml")        "$autobuild" build --quiet --config-file "$tpvconfig" -c Tpv || fatal "failed to build llphysicsextensions_tpv" @@ -159,8 +160,7 @@ build()      fi      # *TODO: Make this a build extension. -    # HACK: remove this temporarily to unblock viewer64 builds for others -    # package_llphysicsextensions_tpv || fatal "failed building llphysicsextensions packages" +    package_llphysicsextensions_tpv || fatal "failed building llphysicsextensions packages"      end_section "extensions $variant"    else | 
