summary refs log tree commit diff stats
path: root/tools/niminst
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-07-12 20:26:46 +0800
committerGitHub <noreply@github.com>2021-07-12 14:26:46 +0200
commit195300a938c7c8dd4ec7db3ca7cc76dddeab953e (patch)
tree2d1f5ce5e82cd84f29d8885f8fb4cf40a237667c /tools/niminst
parent9ffc70851b586dbdc579d8c6af30a6a3604d7313 (diff)
downloadNim-195300a938c7c8dd4ec7db3ca7cc76dddeab953e.tar.gz
[source code filter]fix Nightlies bug (#18475)
* workaround Nightlies bug

* Update tools/niminst/makefile.nimf
Diffstat (limited to 'tools/niminst')
-rw-r--r--tools/niminst/makefile.nimf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/niminst/makefile.nimf b/tools/niminst/makefile.nimf
index 8c40cf50f..d14960ac5 100644
--- a/tools/niminst/makefile.nimf
+++ b/tools/niminst/makefile.nimf
@@ -25,7 +25,7 @@ endif
 
 ifeq ($(uos),linux)
   myos = linux
-  # add -lrt to avoid "undefined reference to `clock_gettime'" with glibc<2.17
+  ## add -lrt to avoid "undefined reference to `clock_gettime'" with glibc<2.17
   LDFLAGS += -ldl -lm -lrt
 endif
 ifeq ($(uos),dragonfly)