Fix persistant sample build

This commit is contained in:
lazymio
2022-04-13 00:43:47 +02:00
parent 2263989e12
commit 0540382c41

View File

@ -15,7 +15,7 @@ V ?= 0
CFLAGS += -Wall -Werror -I../../unicornafl/unicorn/include -I../../unicornafl/include
LDFLAGS += -L$(UNICORNAFL_LIB) -L$(UNICORN_LIB) -lpthread -lm -lunicornafl -lunicorn -lc++
LDFLAGS += -L$(UNICORNAFL_LIB) -L$(UNICORN_LIB) -lunicornafl -lunicorn -lpthread -lm -lstdc++
ifeq ($(UNAME), Linux)
# do something Linux-y