mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
fixing typo in mac build script to ensure that you can build with useimg2 set to off.
This commit is contained in:
parent
6be77f2c5e
commit
4ebf4cd079
@ -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" : "";
|
||||
|
Loading…
Reference in New Issue
Block a user