Skip to content

Commit a3542ae

Browse files
committed
Fixup
1 parent cdbd2a9 commit a3542ae

File tree

2 files changed

+198
-484
lines changed

2 files changed

+198
-484
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LINK_CURSES := 0
4747
LINK_TERMCAP := 0
4848
LINK_ABC := 0
4949
# Needed for environments that can't run executables (i.e. emscripten, wasm)
50-
DISABLE_SPAWN := 1
50+
DISABLE_SPAWN := 0
5151
# Needed for environments that don't have proper thread support (i.e. emscripten, wasm--for now)
5252
ENABLE_THREADS := 1
5353
ifeq ($(ENABLE_THREADS),1)

0 commit comments

Comments
 (0)