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