mirror of
https://github.com/janet-lang/janet
synced 2025-09-06 12:58:04 +00:00
Disable networking for emscripten build.
This commit is contained in:
@@ -166,7 +166,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/* Enable or disable networking */
|
||||
#ifndef JANET_NO_NET
|
||||
#if !defined(JANET_NO_NET) && !defined(__EMSCRIPTEN__)
|
||||
#define JANET_NET
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user