mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
filesystem.hpp, add support for Haiku
This commit is contained in:
parent
c57242b4bc
commit
9afb43851d
@ -78,6 +78,8 @@
|
|||||||
#include <wasi/api.h>
|
#include <wasi/api.h>
|
||||||
#elif defined(__QNX__)
|
#elif defined(__QNX__)
|
||||||
#define GHC_OS_QNX
|
#define GHC_OS_QNX
|
||||||
|
#elif defined(__HAIKU__)
|
||||||
|
#define GHC_OS_HAIKU
|
||||||
#else
|
#else
|
||||||
#error "Operating system currently not supported!"
|
#error "Operating system currently not supported!"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user