mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-28 13:30:19 +02:00
Simplify cmake_config.h stuff
This commit is contained in:
@ -1,11 +1,7 @@
|
||||
#if MSDOS || __OS2__ || __NT__ || _WIN32
|
||||
#if defined(MSDOS) || defined(__OS2__) || defined(__NT__) || defined(_WIN32)
|
||||
#define PATH_SEPARATOR '\\'
|
||||
#else
|
||||
#define PATH_SEPARATOR '/'
|
||||
#endif
|
||||
|
||||
#ifdef USE_CMAKE_CONFIG_H
|
||||
#include "cmake_config.h"
|
||||
#else
|
||||
#error missing config
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user