From 54f1f81d5ae651aef932afd81c09ede9c191b2cc Mon Sep 17 00:00:00 2001 From: Oz Linden <oz@lindenlab.com> Date: Wed, 7 Dec 2016 18:22:34 -0500 Subject: [PATCH] comment out building the tpv distro for llphysicsextensions to unblock others --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 20828597a64..558d74c4d51 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 -- GitLab