aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-05-01 21:28:20 +0000
committerGitHub <noreply@github.com>2020-05-01 21:28:20 +0000
commitbbde2419420a86635baf2b730ebe58ed6edca5bb (patch)
tree0dbd707b90ba392f540e63fe41d2179b3b97440d /frontends
parent667f38fe533c9f6676b5944d801a5fb33938ef8b (diff)
parentb43c282e4e0de53b9323a5d8d85b07bc73324a17 (diff)
downloadyosys-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.inc2
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