Skip to content

Enable GIO tests on Windows

LRN requested to merge lrn/glib:w32-gio-tests-enable into master
  1. Remove the non-Windows-only condition for subdir('tests').
  2. Add libiphlpapi, libws2_32 and libsecur32 deps, needed for W32 tests.
  3. Remove the -no-undefined argument (gcc doesn't understand it, it does understand -Wl,-no-undefined; either way, the test compiles without this argument just fine; maybe meson adds it by itself - you can hardly build shared modules without it).

Merge request reports