mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 05:11:01 +00:00
SDL: config.h.in is pre source tree, config.h for each cmake build
This commit is contained in:
parent
99fad84674
commit
106287aca5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
/// \brief SRB2 system stuff for SDL
|
/// \brief SRB2 system stuff for SDL
|
||||||
|
|
||||||
#ifdef CMAKECONFIG
|
#ifdef CMAKECONFIG
|
||||||
#include "../config.h"
|
#include "config.h"
|
||||||
#else
|
#else
|
||||||
#include "../config.h.in"
|
#include "../config.h.in"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue