Skip to content
Snippets Groups Projects
Commit 5a7855d4 authored by Oz Linden's avatar Oz Linden
Browse files

remove use of old build_ok variable

parent 3c9f7121
No related branches found
No related tags found
No related merge requests found
......@@ -142,9 +142,10 @@ build()
if $build_viewer
then
"$autobuild" build --no-configure -c $variant || fatal "failed building $variant"
echo true >"$build_dir"/build_ok
# Run build extensions
if [ $build_ok -eq 0 -a -d ${build_dir}/packages/build-extensions ]
if [ -d ${build_dir}/packages/build-extensions ]
then
for extension in ${build_dir}/packages/build-extensions/*.sh
do
......@@ -157,7 +158,6 @@ build()
# *TODO: Make this a build extension.
package_llphysicsextensions_tpv || fatal "failed building llphysicsextensions packages"
echo true >"$build_dir"/build_ok
else
echo "Skipping build due to configuration build_viewer=${build_viewer}"
echo true >"$build_dir"/build_ok
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment