mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-23 01:28:18 +00:00
fix samples/Makefile
This commit is contained in:
parent
7665310daa
commit
5e217a2490
|
@ -13,7 +13,7 @@ AR_EXT = a
|
||||||
V ?= 0
|
V ?= 0
|
||||||
|
|
||||||
CFLAGS += -Wall -Werror -I../include
|
CFLAGS += -Wall -Werror -I../include
|
||||||
LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm -lrt
|
LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm
|
||||||
LDLIBS += -lpthread -lunicorn -lm -lrt
|
LDLIBS += -lpthread -lunicorn -lm -lrt
|
||||||
|
|
||||||
ifneq ($(CROSS),)
|
ifneq ($(CROSS),)
|
||||||
|
|
Loading…
Reference in a new issue