mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Fix bug where when pulling by MOZ_DATE, we should be pulling the XPCOM_BRANCH
of libpref (just like windows)
This commit is contained in:
parent
30f6445ec9
commit
fd70c7e799
@ -40,7 +40,7 @@ CVSCO_NGLAYOUT = $(CVSCO)
|
||||
CVSCO_LIZARD = $(CVSCO)
|
||||
|
||||
ifdef MOZ_DATE
|
||||
CVSCO_LIBPREF = $(CVSCO)
|
||||
CVSCO_LIBPREF = $(CVSCO) -r $(LIBPREF_BRANCH)
|
||||
CVSCO_PLUGIN = $(CVSCO)
|
||||
else
|
||||
CVSCO_LIBPREF = $(CVSCO) -r $(LIBPREF_BRANCH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user