From 696bd6bd6b5c3d67877b0121e938983ca6cbb2b6 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: