diff options
author | whitequark <whitequark@whitequark.org> | 2020-05-01 21:28:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 21:28:20 +0000 |
commit | bbde2419420a86635baf2b730ebe58ed6edca5bb (patch) | |
tree | 0dbd707b90ba392f540e63fe41d2179b3b97440d /frontends | |
parent | 667f38fe533c9f6676b5944d801a5fb33938ef8b (diff) | |
parent | b43c282e4e0de53b9323a5d8d85b07bc73324a17 (diff) | |
download | yosys-bbde2419420a86635baf2b730ebe58ed6edca5bb.tar.gz yosys-bbde2419420a86635baf2b730ebe58ed6edca5bb.tar.bz2 yosys-bbde2419420a86635baf2b730ebe58ed6edca5bb.zip |
Merge pull request #2001 from whitequark/wasi
Add WASI platform support
Diffstat (limited to 'frontends')
-rw-r--r-- | frontends/rpc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/rpc/Makefile.inc b/frontends/rpc/Makefile.inc index 7b270b6fe..fa1d068f9 100644 --- a/frontends/rpc/Makefile.inc +++ b/frontends/rpc/Makefile.inc @@ -1,3 +1,3 @@ -ifneq ($(CONFIG),emcc) +ifeq ($(DISABLE_SPAWN),0) OBJS += frontends/rpc/rpc_frontend.o endif |