1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

Merge pull request #22 from AMDmi3/patch-1

Only apply -std=c++11 to C++ flags
This commit is contained in:
Zeno Rogue 2018-06-12 21:44:23 +02:00 committed by GitHub
commit e564dd5588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +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
hyperrogue_CXXFLAGS = -std=c++11
# Musicdir
musicdir=$(datadir)/hyperrogue/music