1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-01 10:28:04 +00:00

Re-disable processes on emscripten build.

This commit is contained in:
Calvin Rose
2020-05-09 12:04:47 -05:00
parent b1f76139a7
commit 73dba691b1

View File

@@ -130,6 +130,7 @@ extern "C" {
/* Check emscripten */
#ifdef __EMSCRIPTEN__
#define JANET_NO_DYNAMIC_MODULES
#define JANET_NO_PROCESSES
#endif
/* Check sun */