This commit is contained in:
Akash Levy 2025-09-23 00:38:43 -07:00
parent cdbd2a9297
commit a3542ae405
2 changed files with 203 additions and 489 deletions

View File

@ -47,7 +47,7 @@ LINK_CURSES := 0
LINK_TERMCAP := 0
LINK_ABC := 0
# Needed for environments that can't run executables (i.e. emscripten, wasm)
DISABLE_SPAWN := 1
DISABLE_SPAWN := 0
# Needed for environments that don't have proper thread support (i.e. emscripten, wasm--for now)
ENABLE_THREADS := 1
ifeq ($(ENABLE_THREADS),1)

File diff suppressed because it is too large Load Diff