diff options
author | Oz Linden <oz@lindenlab.com> | 2016-12-07 18:22:34 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-12-07 18:22:34 -0500 |
commit | 54f1f81d5ae651aef932afd81c09ede9c191b2cc (patch) | |
tree | 87fa238368034466906645df98d9f15d190a4860 | |
parent | c89c1e5f612e9f688aa3094ed0a7998d191b0256 (diff) |
comment out building the tpv distro for llphysicsextensions to unblock others
-rwxr-xr-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |