Disable spawn

This commit is contained in:
Akash Levy 2025-09-22 19:59:02 -07:00
parent 5f7361e66b
commit cdbd2a9297
1 changed files with 1 additions and 1 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 := 0
DISABLE_SPAWN := 1
# Needed for environments that don't have proper thread support (i.e. emscripten, wasm--for now)
ENABLE_THREADS := 1
ifeq ($(ENABLE_THREADS),1)