Remove Gonk build directories

This commit is contained in:
wolfbeast 2018-05-12 11:09:44 +02:00 committed by Roy Tam
commit 66ea8f0645
355 changed files with 15 additions and 139695 deletions

View file

@ -12,8 +12,6 @@ elif toolkit == 'cocoa':
DIRS += ['mac']
elif toolkit == 'android':
DIRS += ['android']
elif toolkit == 'gonk':
DIRS += ['gonk']
elif toolkit in ('gtk2', 'gtk3'):
DIRS += ['linux']