This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 1b00cc5acc02b40c97bf5cbdc7782cad65e389d4
Author: Vincent Torri <[email protected]>
AuthorDate: Mon Oct 13 08:15:16 2025 +0200
meson: local_bindings is not used anywhere
---
meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/meson.build b/meson.build
index 3a6d93ed15..7ddac28366 100644
--- a/meson.build
+++ b/meson.build
@@ -62,7 +62,6 @@ dir_lib = join_paths(dir_prefix, get_option('libdir'))
#local paths
local_lib = join_paths('src', 'lib')
-local_bindings = join_paths('src', 'bindings')
local_bin = join_paths('src', 'bin')
local_module = join_paths('src', 'modules')
local_tests = join_paths('src', 'tests')
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.