[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. fd0c8cba7c69edd86d617
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-03-11 05:47:39
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via fd0c8cba7c69edd86d6177d08ad73cd145177c30 (commit) from 8407fcf6c1c792cf1d35f46a717d11d44036dea3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fd0c8cba7c69edd86d6177d08ad73cd145177c30 Author: Michael Black W9MDB <mdb...@ya...> Date: Wed Mar 10 23:45:38 2021 -0600 Another attempt to get MacOS python2 binding working https://github.com/Hamlib/Hamlib/issues/477 diff --git a/bindings/Makefile.am b/bindings/Makefile.am index a381d0bf..682e17da 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 ----------------------------------------------------------------------- Summary of changes: bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |