mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
[source code filter]fix Nightlies bug (#18475)
* workaround Nightlies bug * Update tools/niminst/makefile.nimf
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user