summaryrefslogtreecommitdiff
path: root/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.config b/Make.config
index d1a9c52..b60af0f 100644
--- a/Make.config
+++ b/Make.config
@@ -46,7 +46,7 @@ ifdef USEPYTHON
endif
LIBS += $(PYTHON_LIBS)
BASELIBS += $(PYTHON_LIBS)
- CFLAGS += $(shell python-config --includes)
+ CXXFLAGS += $(shell $(PYTHON)-config --includes)
endif
USES = -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DUSEJSON -DUSEGUNZIP -DPLUGIN_NAME_I18N='"$(PLUGIN)"'