change meson options

This commit is contained in:
Hermet Park 2020-01-20 13:12:46 +09:00
parent fe4247ee13
commit c85bb1b46d
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ option('nls',
option('bindings',
type : 'array',
choices : ['luajit', 'cxx', 'mono'],
value : ['mono'],
value: ['luajit'],
description : 'Which auto-generated language bindings for efl to enable',
)