From e9d4564943bf96bf9ca9ce1fdf8018c1bfa43ef6 Mon Sep 17 00:00:00 2001 From: G <28568419+s1fr0@users.noreply.github.com> Date: Mon, 28 Nov 2022 20:57:46 +0100 Subject: [PATCH] fix(makefile): fix NIM_PARAMS flag update (#1431) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e9bb1464..5813dafcd 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ endif # control rln code compilation ifeq ($(RLN), true) - NIM_PARAMS := $(NIM_PARAMS) -d:rln +$(eval NIM_PARAMS := $(NIM_PARAMS) -d:rln) endif rlnlib: