Bug 1210703 - s/elif/else/ in moz.build to fix bustage, rs=bustage

--HG--
extra : commitid : JyIenYZkqCi
This commit is contained in:
Gijs Kruitbosch 2015-11-09 17:30:14 +00:00
parent fa0974c68e
commit 8e61e93f9d

View File

@ -17,6 +17,6 @@ if toolkit == 'cocoa':
DIRS += ['osx']
elif toolkit in ('gtk2', 'gtk3', 'qt'):
DIRS += ['linux']
elif:
else:
DIRS += ['windows']