filesystem.hpp, add support for Haiku

This commit is contained in:
begasus 2023-02-18 10:21:53 +01:00
parent c57242b4bc
commit 9afb43851d

View File

@ -78,6 +78,8 @@
#include <wasi/api.h>
#elif defined(__QNX__)
#define GHC_OS_QNX
#elif defined(__HAIKU__)
#define GHC_OS_HAIKU
#else
#error "Operating system currently not supported!"
#endif