mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 16:35:46 +00:00
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
|
CFLAGS += -Wall -Werror -I../include
|
||||||
LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm
|
LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm
|
||||||
LDLIBS += -lpthread -lunicorn -lm -lrt
|
LDLIBS += -lrt -lpthread -lunicorn -lm
|
||||||
|
|
||||||
ifneq ($(CROSS),)
|
ifneq ($(CROSS),)
|
||||||
CC = $(CROSS)gcc
|
CC = $(CROSS)gcc
|
||||||
|
|
Loading…
Reference in a new issue