mirror of
https://github.com/janet-lang/janet
synced 2025-11-12 05:23:02 +00:00
Try to remove build issues on windows.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <emscripten.h>
|
||||
|
||||
extern const unsigned char *janet_gen_webinit;
|
||||
extern size_t janet_gen_webinit_size;
|
||||
extern int32_t janet_gen_webinit_size;
|
||||
|
||||
static JanetFiber *repl_fiber = NULL;
|
||||
static JanetBuffer *line_buffer = NULL;
|
||||
|
||||
Reference in New Issue
Block a user