1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-30 07:03:02 +00:00

Emscripten build strange as ever.

This commit is contained in:
Calvin Rose
2018-11-15 18:56:06 -05:00
parent d186aae1f8
commit c9f76d2673
2 changed files with 6 additions and 4 deletions

View File

@@ -98,7 +98,6 @@ extern "C" {
/* Check emscripten */
#ifdef __EMSCRIPTEN__
#define JANET_NO_DYNAMIC_MODULES
#define JANET_NO_NANBOX
#endif
/* Define how global janet state is declared */