mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Added NECKO variable.
This commit is contained in:
parent
3f15fc5ae4
commit
db4975378d
@ -30,6 +30,7 @@ use Moz;
|
||||
#-----------------------------------------------
|
||||
$DEBUG = 0;
|
||||
$CARBON = 0; # turn on to build with TARGET_CARBON
|
||||
$NECKO = 0;
|
||||
$MOZ_FULLCIRCLE = 0;
|
||||
$PROFILE = 0;
|
||||
|
||||
|
@ -63,6 +63,7 @@ $BUILD_ROOT = ":";
|
||||
# then turn off all $pull variables, and set $BUILD_ROOT.
|
||||
$DEBUG = 1;
|
||||
$CARBON = 0; # Turn on to build with TARGET_CARBON
|
||||
$NECKO = 0;
|
||||
$MOZ_FULLCIRCLE = 0;
|
||||
$PROFILE = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user