mirror of
https://github.com/janet-lang/janet
synced 2025-01-24 14:16:52 +00:00
Re-disable processes on emscripten build.
This commit is contained in:
parent
b1f76139a7
commit
73dba691b1
@ -130,6 +130,7 @@ extern "C" {
|
||||
/* Check emscripten */
|
||||
#ifdef __EMSCRIPTEN__
|
||||
#define JANET_NO_DYNAMIC_MODULES
|
||||
#define JANET_NO_PROCESSES
|
||||
#endif
|
||||
|
||||
/* Check sun */
|
||||
|
Loading…
Reference in New Issue
Block a user