samples: an attempt to fix the reference error to clock_gettime(), as reported by Travis
This commit is contained in:
parent
ab3178bc25
commit
feb477b2bc
@ -14,7 +14,7 @@ V ?= 0
|
||||
|
||||
CFLAGS += -Wall -Werror -I../include
|
||||
LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm
|
||||
LDLIBS += -lpthread -lunicorn -lm -lrt
|
||||
LDLIBS += -lrt -lpthread -lunicorn -lm
|
||||
|
||||
ifneq ($(CROSS),)
|
||||
CC = $(CROSS)gcc
|
||||
|
Loading…
Reference in New Issue
Block a user