Merge pull request #13 from jvorob/master

Added -std=c++11 flag to Makefile
This commit is contained in:
Zeno Rogue 2017-08-15 17:42:23 +02:00 committed by GitHub
commit ab4a374145
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