From 7b679eecb334e1f52bdf5878118ba2631835b8b3 Mon Sep 17 00:00:00 2001 From: jiegec Date: Wed, 11 Mar 2020 22:08:02 +0800 Subject: Fix compilation for emcc --- frontends/rpc/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/rpc') diff --git a/frontends/rpc/Makefile.inc b/frontends/rpc/Makefile.inc index 9af505098..7b270b6fe 100644 --- a/frontends/rpc/Makefile.inc +++ b/frontends/rpc/Makefile.inc @@ -1,2 +1,3 @@ - +ifneq ($(CONFIG),emcc) OBJS += frontends/rpc/rpc_frontend.o +endif -- cgit v1.2.3