mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
added cookie dir to necko build (haven't tested on anything bug win32)
This commit is contained in:
parent
bbb4c6f975
commit
31904b36c6
@ -17,6 +17,10 @@
|
||||
|
||||
DEPTH=..
|
||||
|
||||
DIRS=wallet pics
|
||||
!ifdef NECKO
|
||||
DIRS = wallet pics cookie
|
||||
!else
|
||||
DIRS = wallet pics
|
||||
!endif
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
Loading…
Reference in New Issue
Block a user