mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Some more compilability
This commit is contained in:
parent
0fd857b410
commit
6af7510cc5
|
@ -21,6 +21,9 @@
|
|||
#else
|
||||
#define PLAT_NAME CONF_PLATFORM_STRING "-unsupported"
|
||||
#endif
|
||||
#else
|
||||
#define PLAT_EXT ""
|
||||
#define PLAT_NAME "unsupported-unsupported"
|
||||
#endif
|
||||
|
||||
#define PLAT_CLIENT_DOWN CLIENT_EXEC "-" PLAT_NAME PLAT_EXT
|
||||
|
|
Loading…
Reference in a new issue