mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-12 21:01:00 +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
|
||||
|
||||
#ifdef CMAKECONFIG
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
#else
|
||||
#include "../config.h.in"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue