mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
MSVC: Move dirent implementation to glib/dirent/
This commit is contained in:
@@ -222,6 +222,9 @@ if host_system == 'windows'
|
||||
glib_sources += [glib_win_res]
|
||||
glib_sources += files('gwin32.c', 'gspawn-win32.c', 'giowin32.c')
|
||||
platform_deps = [winsock2, cc.find_library('winmm')]
|
||||
if cc.get_id() == 'msvc'
|
||||
glib_sources += files('dirent/wdirent.c')
|
||||
endif
|
||||
else
|
||||
glib_sources += files('glib-unix.c', 'gspawn.c', 'giounix.c')
|
||||
platform_deps = []
|
||||
|
Reference in New Issue
Block a user