Added -std=c++11 flag to Makefile

Project wont build on linux otherwise
This commit is contained in:
Janet Vorobyeva 2017-07-24 15:11:28 -04:00
parent 48e6434a61
commit 8486aff555
1 changed files with 1 additions and 0 deletions

View File

@ -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