aboutsummaryrefslogtreecommitdiff
path: root/unicorn_mode
diff options
context:
space:
mode:
authorlazymio <mio@lazym.io>2022-04-12 22:57:43 +0200
committerlazymio <mio@lazym.io>2022-04-12 22:57:43 +0200
commit2263989e125bb9e7fbbe2f759e00c969ab227a38 (patch)
tree29d61fabe03dee0b983e8c794089b6d9e481badb /unicorn_mode
parent6aa470d641638a74fe254dea5a51c5ab3d7571a5 (diff)
downloadAFLplusplus-2263989e125bb9e7fbbe2f759e00c969ab227a38.tar.gz
Fix linkage
Diffstat (limited to 'unicorn_mode')
-rw-r--r--unicorn_mode/samples/c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/samples/c/Makefile b/unicorn_mode/samples/c/Makefile
index 3362654d..c3ea5940 100644
--- a/unicorn_mode/samples/c/Makefile
+++ b/unicorn_mode/samples/c/Makefile
@@ -15,7 +15,7 @@ V ?= 0
CFLAGS += -Wall -Werror -I../../unicornafl/unicorn/include -I../../unicornafl/include
-LDFLAGS += -L$(UNICORNAFL_LIB) -L$(UNICORN_LIB) -lunicorn-static -lunicornafl -lm -lpthread -lstdc++
+LDFLAGS += -L$(UNICORNAFL_LIB) -L$(UNICORN_LIB) -lunicorn -lunicornafl -lpthread -lm -lstdc++
ifeq ($(UNAME), Linux)
# do something Linux-y