1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 09:50:34 +00:00

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

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