mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-11 02:18:39 -04:00
Merge pull request #919 from pwithnall/glnx-c99
build: Add -std=gnu99 to libglnx CFLAGS
This commit is contained in:
@@ -79,6 +79,7 @@ libglnx_srcpath := $(srcdir)/libglnx
|
||||
libglnx_cflags := \
|
||||
$(BASE_CFLAGS) \
|
||||
"-I$(libglnx_srcpath)" \
|
||||
-std=gnu99 \
|
||||
$(HIDDEN_VISIBILITY_CFLAGS) \
|
||||
$(NULL)
|
||||
libglnx_libs := $(BASE_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user