diff options
Diffstat (limited to 'frontends/rpc')
-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 |