mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 21:13:45 +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
|
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)
|
ifeq ($(UNAME), Linux)
|
||||||
# do something Linux-y
|
# do something Linux-y
|
||||||
|
Reference in New Issue
Block a user