mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Fixup
This commit is contained in:
@@ -47,7 +47,7 @@ LINK_CURSES := 0
|
|||||||
LINK_TERMCAP := 0
|
LINK_TERMCAP := 0
|
||||||
LINK_ABC := 0
|
LINK_ABC := 0
|
||||||
# Needed for environments that can't run executables (i.e. emscripten, wasm)
|
# 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)
|
# Needed for environments that don't have proper thread support (i.e. emscripten, wasm--for now)
|
||||||
ENABLE_THREADS := 1
|
ENABLE_THREADS := 1
|
||||||
ifeq ($(ENABLE_THREADS),1)
|
ifeq ($(ENABLE_THREADS),1)
|
||||||
|
|||||||
+202
-488
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user