From 39c9ae8b73e22b38491847e3cf5a410132d1e773 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 23 Jan 2018 19:25:46 +0100 Subject: [PATCH] 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