mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed compilation on OSX/Windows/iOS
This commit is contained in:
+2
-3
@@ -42,11 +42,10 @@
|
||||
#endif
|
||||
|
||||
// Endianness.
|
||||
#if defined(__i386__) || defined(__i386)
|
||||
# define LOVE_LITTLE_ENDIAN 1
|
||||
#endif
|
||||
#if defined(__ppc__) || defined(__ppc) || defined(__powerpc__) || defined(__powerpc)
|
||||
# define LOVE_BIG_ENDIAN 1
|
||||
#else
|
||||
# define LOVE_LITTLE_ENDIAN 1
|
||||
#endif
|
||||
|
||||
// Warnings.
|
||||
|
||||
Reference in New Issue
Block a user