From 8486aff555ea10a2560921426378194e2f1de738 Mon Sep 17 00:00:00 2001 From: Janet Vorobyeva Date: Mon, 24 Jul 2017 15:11:28 -0400 Subject: [PATCH] Added -std=c++11 flag to Makefile Project wont build on linux otherwise --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index ab9d2f91..59b25c03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ hyperrogue_SOURCES = hyper.cpp savepng.c # Some definitions used in graph.cpp hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\" +hyperrogue_CPPFLAGS += -std=c++11 # Musicdir musicdir=$(datadir)/hyperrogue/music