Commit 38193453 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Makefile: Allow to give the python3 include location.

parent 803eaf73
INCLUDE_PYTHON = $(shell pkg-config --cflags python3 | cut -f 1 -d " ")
ifeq ($(INCLUDE_PYTHON),)
INCLUDE_PYTHON = $(shell pkg-config --cflags python3 | cut -f 1 -d " ")
endif
ifeq ($(PREFIX),)
PREFIX := /usr/local
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment