mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-21 09:41:00 +00:00
Weird build error fix
This commit is contained in:
parent
6c8b9d5f89
commit
ef7d6dbbf3
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@
|
|||
/// \brief SRB2 system stuff for SDL
|
||||
|
||||
#ifdef CMAKECONFIG
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
#else
|
||||
#include "../config.h.in"
|
||||
#include "config.h.in"
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32_WCE
|
||||
|
|
Loading…
Reference in a new issue