mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix detect.h
This commit is contained in:
parent
fce6776c38
commit
66947b70b7
|
@ -179,13 +179,7 @@
|
|||
#define PLATFORM_SUFFIX ""
|
||||
#endif
|
||||
|
||||
#ifndef CONF_PLATFORM_STRING
|
||||
#define CONF_PLATFORM_STRING "unknown"
|
||||
#endif
|
||||
|
||||
#ifndef PLATFORM_STRING
|
||||
#define PLATFORM_STRING "unknown"
|
||||
#endif
|
||||
#define CONF_PLATFORM_STRING PLATFORM_STRING PLATFORM_SUFFIX
|
||||
|
||||
#ifndef CONF_ARCH_STRING
|
||||
#define CONF_ARCH_STRING "unknown"
|
||||
|
|
Loading…
Reference in a new issue