mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
meson: Fix linking with static library in Windows
libuuid is required for known folder IDs in glib/gutils.c file
This commit is contained in:
parent
9538e05387
commit
4356683136
@ -2296,7 +2296,7 @@ if host_system == 'windows' and cc.get_id() != 'msvc' and cc.get_id() != 'clang-
|
||||
add_project_arguments(win32_cflags, language : 'c')
|
||||
|
||||
# Win32 API libs, used only by libglib and exposed in glib-2.0.pc
|
||||
win32_ldflags = ['-lws2_32', '-lole32', '-lwinmm', '-lshlwapi']
|
||||
win32_ldflags = ['-lws2_32', '-lole32', '-lwinmm', '-lshlwapi', '-luuid']
|
||||
elif host_system == 'cygwin'
|
||||
win32_ldflags = ['-luser32', '-lkernel32']
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user