diff options
author | hexcoder- <heiko@hexco.de> | 2020-08-03 23:11:58 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-08-03 23:11:58 +0200 |
commit | 76888fdf59ba018aee29d433017c8f01fbedb102 (patch) | |
tree | 746e3e68226fe64e443fb6861cf0c57e8d08c827 | |
parent | e6e38d1703c5765a1d62cba211e881b0f34b959c (diff) | |
download | afl++-76888fdf59ba018aee29d433017c8f01fbedb102.tar.gz |
bugfix libtokencap Makefile
-rw-r--r-- | libtokencap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtokencap/Makefile b/libtokencap/Makefile index 8edda394..244ee58f 100644 --- a/libtokencap/Makefile +++ b/libtokencap/Makefile @@ -43,7 +43,7 @@ ______OS_TARGET = $(_____OS_TARGET:$(_UNIQ)$(UNAME_S)=) TARGETS = $(______OS_TARGET:$(_UNIQ)=libtokencap.so) -LDFLAGS += $(______OS_DL) +LDFLAGS += $(_____OS_DL) #ifeq "$(shell uname)" "Linux" # TARGETS = libtokencap.so |