aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-31 13:19:47 +0100
committervan Hauser <vh@thc.org>2019-12-31 13:19:47 +0100
commit6dea693441c5b4f7177573383464fabfbde12a74 (patch)
tree10016d57f48f890a5888e15c6b4f32d366055a3e /Makefile
parent3b9517ae735f6249d266a76df97f3288fefbe9c3 (diff)
downloadAFLplusplus-6dea693441c5b4f7177573383464fabfbde12a74.tar.gz
show correct python version and readme name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f287a3a0..db65e9ad 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ COMM_HDR = include/alloc-inl.h include/config.h include/debug.h include/types
ifeq "$(shell echo '\#include <Python.h>@int main() {return 0; }' | tr @ '\n' | $(CC) -x c - -o .test -I$(PYTHON_INCLUDE) $(LDFLAGS) $(PYTHON_LIB) 2>/dev/null && echo 1 || echo 0 ; rm -f .test )" "1"
PYTHON_OK=1
- PYFLAGS=-DUSE_PYTHON -I$(PYTHON_INCLUDE) $(LDFLAGS) $(PYTHON_LIB)
+ PYFLAGS=-DUSE_PYTHON -I$(PYTHON_INCLUDE) $(LDFLAGS) $(PYTHON_LIB) -DPYTHON_VERSION=\"$(PYTHON_VERSION)\"
else
PYTHON_OK=0
PYFLAGS=