Skip to content
Snippets Groups Projects

Consistently disable GIO modules for executables with an RPATH

Merged Simon McVittie requested to merge wip/task505 into main
1 unresolved thread
Files
9
@@ -286,6 +286,8 @@ main (int argc,
g_autoptr(GError) error = NULL;
int status = EXIT_SUCCESS;
_srt_setenv_disable_gio_modules ();
option_context = g_option_context_new ("");
g_option_context_add_main_entries (option_context, option_entries, NULL);
Loading