change binding options.

This commit is contained in:
Hermet Park 2020-01-17 13:50:17 +09:00
parent 5c549c3736
commit 1715761f3d
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 : ['luajit', 'cxx'],
value : ['mono'],
description : 'Which auto-generated language bindings for efl to enable',
)