mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
Build on more Unix-like OSes (BSD, illumos, etc)
Signed-off-by: Nia Alarie <nia@NetBSD.org>
This commit is contained in:
parent
b9c5c4d8d3
commit
e33c207043
2 changed files with 3 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
#elif TARGET_CPU_ARM64
|
||||
#define DENORM_AARCH64
|
||||
#endif
|
||||
#elif defined(__ANDROID__) || defined(__linux__) || defined(__FreeBSD__)
|
||||
#elif !defined(__EMSCRIPTEN__)
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
#define DENORM_X86
|
||||
#elif defined(__aarch64__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue