Skip to content

Commit

Permalink
Use -lrt on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejsavage committed Aug 15, 2015
1 parent 1e43e02 commit 24e0a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.mess
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ SRCS += compat/sha/sha512.c

ifeq ($(uname),Linux)
SRCS += compat/getentropy/getentropy_linux.c
LDFLAGS += -lrt
endif

ifeq ($(uname),Darwin)
Expand Down

0 comments on commit 24e0a29

Please sign in to comment.