summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-12-07 18:22:34 -0500
committerOz Linden <oz@lindenlab.com>2016-12-07 18:22:34 -0500
commit54f1f81d5ae651aef932afd81c09ede9c191b2cc (patch)
tree87fa238368034466906645df98d9f15d190a4860
parentc89c1e5f612e9f688aa3094ed0a7998d191b0256 (diff)
comment out building the tpv distro for llphysicsextensions to unblock others
-rwxr-xr-xbuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 20828597a6..558d74c4d5 100755
--- a/build.sh
+++ b/build.sh
@@ -159,7 +159,8 @@ build()
fi
# *TODO: Make this a build extension.
- package_llphysicsextensions_tpv || fatal "failed building llphysicsextensions packages"
+ # HACK: remove this temporarily to unblock viewer64 builds for others
+ # package_llphysicsextensions_tpv || fatal "failed building llphysicsextensions packages"
end_section "extensions $variant"
else