Skip to content

Commit f8ab592

Browse files
committed
Added linking for rt for linux
1 parent a2dfb88 commit f8ab592

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
extra_comp_args.append('-mmacosx-version-min=10.8')
147147
linkflags.append('-mmacosx-version-min=10.8')
148148
else:
149+
linkflags.append('-lrt')
149150
linkflags.append('-Wl,-z,origin')
150151
linkflags.append('-Wl,-rpath=$ORIGIN')
151152

0 commit comments

Comments
 (0)