aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/rpc/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/rpc/Makefile.inc')
-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