From 1715761f3d2be0e1b1baf1f92f752f9221d3a1a8 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 17 Jan 2020 13:50:17 +0900 Subject: [PATCH] change binding options. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index a07ac87993..abb8560811 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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', )