From fd0c8cba7c69edd86d6177d08ad73cd145177c30 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Wed, 10 Mar 2021 23:45:38 -0600 Subject: [PATCH] Another attempt to get MacOS python2 binding working https://github.com/Hamlib/Hamlib/issues/477 --- bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index a381d0bfd..682e17daf 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -4,7 +4,7 @@ # AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/bindings \ - $(TCL_INCLUDE_SPEC) + $(TCL_INCLUDE_SPEC) $(PYTHON_CPPFLAGS) AM_CFLAGS = -fno-strict-aliasing AM_CXXFLAGS = -O2