3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-17 09:56:40 +00:00

Fix compilation for emcc

This commit is contained in:
jiegec 2020-03-11 22:08:02 +08:00
parent dd8ebf7873
commit 7b679eecb3
4 changed files with 8 additions and 3 deletions

View file

@ -1,2 +1,3 @@
ifneq ($(CONFIG),emcc)
OBJS += frontends/rpc/rpc_frontend.o
endif