This commit is contained in:
Zeno Rogue 2017-07-04 15:38:47 +02:00
commit afb32b2a9f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ dist_doc_DATA = README.md
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/\" -O2
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\"
# Musicdir
musicdir=$(datadir)/hyperrogue/music

View File

@ -1,5 +1,5 @@
#!/bin/bash
autoreconf -vfi
./configure
./configure "$@"
echo "Now, just do \"make install\" "