meson: build modules on macos as .so

this is needed in order to support ecore-evas loading of .so modules

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11651
This commit is contained in:
Marcel Hollerbach 2020-04-06 11:50:34 +02:00
parent 44a33c2dad
commit e0369417f7
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ elif sys_windows == true
elif sys_osx == true
sys_lib_extension = 'dylib'
sys_exe_extension = ''
sys_mod_extension = 'dylib'
sys_mod_extension = 'so'
config_h.set('environ', '(*_NSGetEnviron())')
else
error('System '+host_machine.system()+' not known')