From 5e217a2490ef6bb49c6994d93e6684962eaf12ff Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Mon, 19 Dec 2016 23:51:59 +0800 Subject: [PATCH] fix samples/Makefile --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index dc212cd5..0ddc4eb8 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -13,7 +13,7 @@ AR_EXT = a V ?= 0 CFLAGS += -Wall -Werror -I../include -LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm -lrt +LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm LDLIBS += -lpthread -lunicorn -lm -lrt ifneq ($(CROSS),)