projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
b3a8e8f
)
Commit
f3f26ccbae117a7676789002eae08029c2cfaa2f
author
glitchub
<glitchub@noreply.github.com>
Fri, 9 Nov 2018 22:41:06 +0000
(14:41 -0800)
committer
glitchub
<glitchub@noreply.github.com>
Fri, 9 Nov 2018 22:41:06 +0000
(14:41 -0800)
Makefile.common
patch
|
blob
|
history
|
download
diff --git
a/Makefile.common
b/Makefile.common
index 8abf80c8e72f499e86a9c443452587181060cf10..60df96a68fa24581ca2b3fe2cf8778fdd8730792 100644
(file)
--- a/
Makefile.common
+++ b/
Makefile.common
@@
-120,8
+120,8
@@
ifeq (${WIN}, Msys)
LDFLAGS += -lws2_32
endif
-# for clock_gettime on RHEL 6.
9
-ifneq ("$(wildcard /usr/lib/librt.so)","")
+# for clock_gettime on RHEL 6.
X
+ifneq ("$(wildcard /usr/lib/librt.so
/usr/lib64/librt.so
)","")
LDFLAGS += -lrt
endif