From 8cbb7a18c397c3063c32458c832f09c5727f8091 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Sat, 6 Jul 2019 11:44:11 -0400 Subject: [PATCH] Make gnu11 standard explicit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d0ccad8..ff4c49f 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #! /usr/bin/env bash -$CC $(pkg-config --cflags --libs x11 x11-xcb xcb gl glu xcb-glx) $1 +$CC --std=gnu11 $(pkg-config --cflags --libs cairo x11 x11-xcb xcb gl glu xcb-glx) $1