mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
Bug 1210703 - s/elif/else/ in moz.build to fix bustage, rs=bustage
--HG-- extra : commitid : JyIenYZkqCi
This commit is contained in:
parent
fa0974c68e
commit
8e61e93f9d
@ -17,6 +17,6 @@ if toolkit == 'cocoa':
|
||||
DIRS += ['osx']
|
||||
elif toolkit in ('gtk2', 'gtk3', 'qt'):
|
||||
DIRS += ['linux']
|
||||
elif:
|
||||
else:
|
||||
DIRS += ['windows']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user