Commit 12f4a291 authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/metadata-collect-agent/Makefile: Fix a bug for buildout.

parent d7fb8287
ifeq ($(PYTHON),)
else
INCLUDE_PYTHON = -I$(PYTHON)
endif
ifeq ($(INCLUDE_PYTHON),)
INCLUDE_PYTHON = $(shell pkg-config --cflags python3 | cut -f 1 -d " ")
else
......
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