1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +00:00

Add HYPERFONTPATH to make it easier to package on Fedora.

This commit is contained in:
Dennis Payne
2021-11-17 10:11:13 -05:00
parent 4040f56262
commit d31c330d8b
2 changed files with 5 additions and 1 deletions

View File

@@ -347,6 +347,10 @@
#define HYPERPATH ""
#endif
#ifndef HYPERFONTPATH
#define HYPERFONTPATH HYPERPATH
#endif
#if ISWINDOWS
#define hyper fake_hyper // avoid "hyper" typedef in <_mingw.h>
#define WIN32_LEAN_AND_MEAN // avoid "rad1" macro in <windows.h>