mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Set LOVE_LINUX when compiling under BSD (see issue #867)
Not technically correct, but it seems to be working, sample size 1.
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
# define LOVE_MACOSX 1
|
||||
# endif
|
||||
#endif
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
// I know it's not linux, but it seems most "linux-only" code is bsd-compatible
|
||||
# define LOVE_LINUX 1
|
||||
#endif
|
||||
|
||||
// Endianness.
|
||||
#if defined(__i386__) || defined(__i386)
|
||||
|
||||
Reference in New Issue
Block a user