diff --git a/samples/Makefile b/samples/Makefile index 938a944d..8fbd7ac9 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -15,7 +15,7 @@ V ?= 0 CFLAGS += -Wall -Werror -I../include LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm -ifneq ($(UNAME_S), Darwin) +ifeq ($(UNAME_S), Linux) LDFLAGS += -lrt endif