mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 15:19:16 +02:00
parent
13090a22fd
commit
a18a4a6bee
@ -13,12 +13,12 @@ if host_system == 'windows'
|
|||||||
# dlopen() filepath must be of the form /path/libname.a(libname.so)
|
# dlopen() filepath must be of the form /path/libname.a(libname.so)
|
||||||
elif host_system == 'aix'
|
elif host_system == 'aix'
|
||||||
g_module_impl = 'G_MODULE_IMPL_AR'
|
g_module_impl = 'G_MODULE_IMPL_AR'
|
||||||
|
elif have_dlopen_dlsym
|
||||||
|
g_module_impl = 'G_MODULE_IMPL_DL'
|
||||||
# NSLinkModule (dyld) in system libraries (Darwin)
|
# NSLinkModule (dyld) in system libraries (Darwin)
|
||||||
elif cc.has_function('NSLinkModule')
|
elif cc.has_function('NSLinkModule')
|
||||||
g_module_impl = 'G_MODULE_IMPL_DYLD'
|
g_module_impl = 'G_MODULE_IMPL_DYLD'
|
||||||
g_module_need_uscore = 1
|
g_module_need_uscore = 1
|
||||||
elif have_dlopen_dlsym
|
|
||||||
g_module_impl = 'G_MODULE_IMPL_DL'
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# additional checks for G_MODULE_IMPL_DL
|
# additional checks for G_MODULE_IMPL_DL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user