Another attempt to get python config working multi platform

https://github.com/Hamlib/Hamlib/issues/477
pull/649/head
Michael Black W9MDB 2021-03-06 22:57:06 -06:00
rodzic 4d116d2f6c
commit 4cc1515f90
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -149,7 +149,7 @@ variable to configure. See ``configure --help'' for reference.
fi
else
sysconfig="sysconfig"
PYTHON_CPPFLAGS=`python3-config --cflags`
PYTHON_CPPFLAGS=`python3-config --includes`
PYTHON_EXTRA_LDFLAGS=`python3-config --ldflags`
AC_MSG_RESULT([yes])
fi