no configure option seems to break something; try without it.

master
Alain Linden 2011-01-24 09:12:18 -08:00
parent cb5957117f
commit 685017f282
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 --no-configure
if "$AUTOBUILD" build -c $variant
then
echo true >"$build_dir"/build_ok
else