diff options
author | zqqw | 2020-05-02 01:22:59 +0000 |
---|---|---|
committer | zqqw | 2020-05-02 02:02:26 +0000 |
commit | 85382cae3cd98f3fc4a0925482da182681aabc8d (patch) | |
tree | 3217e8929676eac8b5206d183ca6ded87706e22d /Makefile | |
parent | 086784e56e57c61742718803478cc29d0331414b (diff) |
Use Nim version 1.0 compatibility
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}" \ |