Bug 1227997 - Make theme fallback actually work r=mossop

This commit is contained in:
Mark Finkle 2015-11-28 12:52:22 -05:00
parent debe811d68
commit 603e4f7447

View File

@ -23,11 +23,8 @@ if toolkit == 'cocoa':
DIRS += ['osx']
elif toolkit in ('gtk2', 'gtk3', 'qt'):
DIRS += ['linux']
elif app == 'mobile/android':
if CONFIG['NIGHTLY_BUILD']:
DIRS += ['mobile']
else:
DIRS += ['windows']
elif app == 'mobile/android' and CONFIG['NIGHTLY_BUILD']:
DIRS += ['mobile']
else:
DIRS += ['windows']