aboutsummaryrefslogtreecommitdiff
path: root/include/env.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-30 13:35:36 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit31899d0a48108515d13508b660fb3bb82b869430 (patch)
tree38bae83a3d5dc919e89906ce43571eaf2a210d5f /include/env.hpp
parentfa358bcce18c4c6b343eb2a82475d76a6638096a (diff)
Add support for emscripten, fix compdb for tests
Diffstat (limited to 'include/env.hpp')
-rw-r--r--include/env.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/env.hpp b/include/env.hpp
index 72b7828..b25cb69 100644
--- a/include/env.hpp
+++ b/include/env.hpp
@@ -59,6 +59,11 @@
#define OS_TYPE OS_TYPE_LINUX
#endif
+#ifdef __EMSCRIPTEN__
+ #define OS_FAMILY OS_FAMILY_POSIX
+ #define OS_TYPE OS_TYPE_LINUX
+#endif
+
#if defined(__GNUC__)
#if defined(__x86_64__) || defined(__pc64__)
#define SIBS_ENV_64BIT