diff options
| author | van Hauser <vh@thc.org> | 2023-04-12 10:54:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 10:54:08 +0200 |
| commit | 4f2d9eeaaa6b702ef28eb883f9000321eaf1fe9b (patch) | |
| tree | 125cecc79c148552844723e95ddd246bf918d6fc /GNUmakefile | |
| parent | 7101192865893e00b9029d0cb898a3ca3015d50b (diff) | |
| parent | 743ae507756db0707a213cd8272b219b0de0f514 (diff) | |
| download | afl++-4f2d9eeaaa6b702ef28eb883f9000321eaf1fe9b.tar.gz | |
Merge pull request #1700 from AFLplusplus/dev
push to stable
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 72da14ea..208e965b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -196,7 +196,7 @@ ifeq "$(PYTHON_INCLUDE)" "" ifneq "$(shell command -v python3-config 2>/dev/null)" "" PYTHON_INCLUDE ?= $(shell python3-config --includes) PYTHON_VERSION ?= $(strip $(shell python3 --version 2>&1)) - # Starting with python3.8, we need to pass the `embed` flag. Earier versions didn't know this flag. + # Starting with python3.8, we need to pass the `embed` flag. Earlier versions didn't know this flag. ifeq "$(shell python3-config --embed --libs 2>/dev/null | grep -q lpython && echo 1 )" "1" PYTHON_LIB ?= $(shell python3-config --libs --embed --ldflags) else |
