mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-01 23:21:08 +00:00
samples: LDFLAGS += -lpthread. this fixes issue 382
This commit is contained in:
parent
839ef672b0
commit
69b784fc45
|
@ -27,7 +27,7 @@ LIBDIR = $(BUILDDIR)
|
|||
endif
|
||||
|
||||
CFLAGS += -Wall -I$(INCDIR)
|
||||
LDFLAGS += -L$(LIBDIR) -l$(LIBNAME)
|
||||
LDFLAGS += -lpthread -L$(LIBDIR) -l$(LIBNAME)
|
||||
LDFLAGS_STATIC += $(UNICORN_DEP_LIBS_STATIC)
|
||||
|
||||
ifeq ($(CROSS),)
|
||||
|
|
Loading…
Reference in a new issue