From 0540382c410a57d9cddf509171c0cf6391e47be2 Mon Sep 17 00:00:00 2001 From: lazymio Date: Wed, 13 Apr 2022 00:43:47 +0200 Subject: [PATCH] Fix persistant sample build --- unicorn_mode/samples/persistent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn_mode/samples/persistent/Makefile b/unicorn_mode/samples/persistent/Makefile index 35584416..a1dc9b26 100644 --- a/unicorn_mode/samples/persistent/Makefile +++ b/unicorn_mode/samples/persistent/Makefile @@ -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