fixing typo in mac build script to ensure that you can build with useimg2 set to off.

This commit is contained in:
saari%netscape.com 2001-03-24 07:08:21 +00:00
parent 6be77f2c5e
commit 4ebf4cd079

View File

@ -1243,7 +1243,7 @@ sub BuildImglibProjects()
sub BuildImglib2Projects()
{
#unless( $main::options{useimg2} ) { return; }
unless( $main::options{useimg2} ) { return; }
# $D becomes a suffix to target names for selecting either the debug or non-debug target of a project
my($D) = $main::DEBUG ? "Debug" : "";