about summary refs log tree commit diff
path: root/unicorn_mode/samples/persistent
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-04-25 09:09:18 +0200
committerGitHub <noreply@github.com>2022-04-25 09:09:18 +0200
commit5792d492ed3cfb4d027332def5d41d33fe696259 (patch)
treeddee447091036b8aa1d215bfe1db282c13dad237 /unicorn_mode/samples/persistent
parent9ac3c53104d351d9ffa67b3f320bf0788aceb280 (diff)
parentee50f41d29ea67282e7bd2a2fc495c6e09922916 (diff)
downloadafl++-5792d492ed3cfb4d027332def5d41d33fe696259.tar.gz
Merge pull request #1375 from wtdcode/fix_uc_static
Fix unicornafl static build
Diffstat (limited to 'unicorn_mode/samples/persistent')
-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