зеркало из https://github.com/mozilla/gecko-dev.git
fixing typo in mac build script to ensure that you can build with useimg2 set to off.
This commit is contained in:
Родитель
6be77f2c5e
Коммит
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" : "";
|
||||
|
|
Загрузка…
Ссылка в новой задаче