From a0626c34c7e19ece02162accd89e6f77b48adbb7 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 10 Sep 2018 05:47:19 +0200 Subject: [PATCH] Install the Ethereum architecture plug-in --- src/arch/project.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arch/project.conf b/src/arch/project.conf index 245a674..36e96f5 100644 --- a/src/arch/project.conf +++ b/src/arch/project.conf @@ -48,6 +48,7 @@ depends=common.ins,dalvik.ins,dalvik.reg,null.ins [eth] type=plugin sources=eth.c +install=$(LIBDIR)/Asm/arch [eth.c] depends=common.ins,eth.ins,null.ins