mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 15:55:37 +00:00
samples: link RT for Linux only
This commit is contained in:
parent
d37ae7364a
commit
b34109fb0d
|
@ -15,7 +15,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
|
||||||
ifneq ($(UNAME_S), Darwin)
|
ifeq ($(UNAME_S), Linux)
|
||||||
LDFLAGS += -lrt
|
LDFLAGS += -lrt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue