[source code filter]fix Nightlies bug (#18475)

* workaround Nightlies bug

* Update tools/niminst/makefile.nimf
This commit is contained in:
flywind
2021-07-12 20:26:46 +08:00
committed by GitHub
parent 9ffc70851b
commit 195300a938

View File

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