mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 22:59:16 +02:00
Merge branch '1432-reentrant' into 'master'
Resolve "Meson: Do we need -D_REENTRANT ?" Closes #1432 See merge request GNOME/glib!149
This commit is contained in:
commit
c5321810f4
@ -1518,7 +1518,6 @@ if host_system == 'windows' and not get_option('force_posix_threads')
|
|||||||
glibconfig_conf.set('g_threads_impl_def', 'WIN32')
|
glibconfig_conf.set('g_threads_impl_def', 'WIN32')
|
||||||
glib_conf.set('THREADS_WIN32', 1)
|
glib_conf.set('THREADS_WIN32', 1)
|
||||||
else
|
else
|
||||||
# FIXME: probably needs more tweaking in meson for things like -D_REENTRANT etc.
|
|
||||||
thread_dep = dependency('threads')
|
thread_dep = dependency('threads')
|
||||||
threads_implementation = 'posix'
|
threads_implementation = 'posix'
|
||||||
pthread_prefix = '''
|
pthread_prefix = '''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user