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