bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=39c9ae8b73e22b38491847e3cf5a410132d1e773
commit 39c9ae8b73e22b38491847e3cf5a410132d1e773 Author: Marcel Hollerbach <[email protected]> Date: Tue Jan 23 19:25:46 2018 +0100 build: enter po subdir the option is handled inside --- meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 7343174d4..381707f06 100644 --- a/meson.build +++ b/meson.build @@ -84,9 +84,7 @@ config_h.set('_TANDEM_SOURCE' , '1') config_h.set('__EXTENSIONS__' , '1') #config_h.set('E_RELEASE_BUILD' , '1') -if get_option('nls') == true - subdir('po') -endif +subdir('po') darwin = host_machine.system().startswith('darwin') if darwin == true --
