mirror of https://github.com/YosysHQ/yosys.git
Fixup
This commit is contained in:
parent
cdbd2a9297
commit
a3542ae405
2
Makefile
2
Makefile
|
|
@ -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
Loading…
Reference in New Issue