mirror of
https://github.com/janet-lang/janet
synced 2026-09-15 05:41:20 +00:00
Disable networking for emscripten build.
This commit is contained in:
+1
-1
@@ -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