build: enter po subdir

the option is handled inside
This commit is contained in:
Marcel Hollerbach 2018-01-23 19:25:46 +01:00
parent 27d505fb59
commit 39c9ae8b73
1 changed files with 1 additions and 3 deletions

View File

@ -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