Disabled redundant configuration step during the build in build.sh.

master
brad kittenbrink 2011-03-18 19:35:25 -04:00
parent b6ec94a73b
commit 9f2a04f217
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ build()
if $build_viewer
then
begin_section "Viewer$variant"
if "$AUTOBUILD" build -c $variant
if "$AUTOBUILD" build --no-configure -c $variant
then
echo true >"$build_dir"/build_ok
else