fix(makefile): fix NIM_PARAMS flag update (#1431)

This commit is contained in:
G 2022-11-28 20:57:46 +01:00 committed by GitHub
parent 8d69846aa4
commit 696bd6bd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: