View | Details | Raw Unified | Return to bug 253602 | Differences between
and this patch

Collapse All | Expand All

(-)glib/meson.build (-1 / +1 lines)
Lines 376-382 Link Here
376
  # intl.lib is not compatible with SAFESEH
376
  # intl.lib is not compatible with SAFESEH
377
  link_args : [noseh_link_args, glib_link_flags, win32_ldflags],
377
  link_args : [noseh_link_args, glib_link_flags, win32_ldflags],
378
  include_directories : configinc,
378
  include_directories : configinc,
379
  dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + gnulib_libm_dependency + [libsysprof_capture_dep],
379
  dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + gnulib_libm_dependency + [libsysprof_capture_dep] + libutil,
380
  c_args : glib_c_args,
380
  c_args : glib_c_args,
381
  objc_args : glib_c_args,
381
  objc_args : glib_c_args,
382
)
382
)

Return to bug 253602