aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzqqw2020-05-02 01:22:59 +0000
committerzqqw2020-05-02 02:02:26 +0000
commit85382cae3cd98f3fc4a0925482da182681aabc8d (patch)
tree3217e8929676eac8b5206d183ca6ded87706e22d
parent086784e56e57c61742718803478cc29d0331414b (diff)
Use Nim version 1.0 compatibility
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 04ce4cb..2af010c 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ NIM_OPTIMIZE = size
NIM_CACHE_DIR = nimcache
NIM_OPTIONS = \
+ --useVersion:'1.0' \
--putenv:'PROG_VERSION'="${RVERSION}" \
--putenv:'PROG_COPYRIGHT'="${COPYRIGHT}" \
--putenv:'PROG_PKGLIBDIR'="${PKGLIBDIR}" \