mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Add HAS_SOCKLEN_T to Android config.h
This commit is contained in:
@@ -38,6 +38,8 @@
|
|||||||
#endif
|
#endif
|
||||||
#if defined(__ANDROID__)
|
#if defined(__ANDROID__)
|
||||||
# define LOVE_ANDROID 1
|
# define LOVE_ANDROID 1
|
||||||
|
// Needed for ENet
|
||||||
|
# define HAS_SOCKLEN_T 1
|
||||||
#endif
|
#endif
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
# include <TargetConditionals.h>
|
# include <TargetConditionals.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user