diff options
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r-- | recipes/glib.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 4041ba4e..a25a0e94 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -64,6 +64,8 @@ class Recipe(recipe.Recipe): 'glib/0001-gslice-Inline-win32-implementation-of-g_getenv-to-av.patch', # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2848 'glib/0001-giomodule-Automatically-detect-modules-on-macOS.patch', + # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1396 + 'glib/0001-macros-Define-G_GNUC_FALLTHROUGH-for-more-compilers.patch', ] files_libs = [ |