aboutsummaryrefslogtreecommitdiff
path: root/unicorn_mode
diff options
context:
space:
mode:
authorlazymio <mio@lazym.io>2022-04-13 00:43:47 +0200
committerlazymio <mio@lazym.io>2022-04-13 00:43:47 +0200
commit0540382c410a57d9cddf509171c0cf6391e47be2 (patch)
tree77bae2a93c26852256b570e6655fe64b82b52f69 /unicorn_mode
parent2263989e125bb9e7fbbe2f759e00c969ab227a38 (diff)
downloadAFLplusplus-0540382c410a57d9cddf509171c0cf6391e47be2.tar.gz
Fix persistant sample build
Diffstat (limited to 'unicorn_mode')
-rw-r--r--unicorn_mode/samples/persistent/Makefile2
1 files changed, 1 insertions, 1 deletions
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