Skip to content
Snippets Groups Projects
Commit e38fe281 authored by Simon McVittie's avatar Simon McVittie
Browse files

runtime: Statically assert that libquals and multiarch_tuples match

parent 745d019d
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,8 @@ static const char * const libquals[] = ...@@ -105,6 +105,8 @@ static const char * const libquals[] =
"lib64", "lib64",
"lib32" "lib32"
}; };
G_STATIC_ASSERT (G_N_ELEMENTS (libquals)
== G_N_ELEMENTS (multiarch_tuples) - 1);
static gboolean pv_runtime_use_host_graphics_stack (PvRuntime *self, static gboolean pv_runtime_use_host_graphics_stack (PvRuntime *self,
FlatpakBwrap *bwrap, FlatpakBwrap *bwrap,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment