mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
Fix persistant sample build
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user