aboutsummaryrefslogtreecommitdiff
path: root/unicorn_mode/samples/c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unicorn_mode/samples/c/Makefile')
-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