kopia lustrzana https://github.com/Hamlib/Hamlib
Another attempt to get python config working multi platform
https://github.com/Hamlib/Hamlib/issues/477pull/649/head
rodzic
4d116d2f6c
commit
4cc1515f90
|
@ -149,7 +149,7 @@ variable to configure. See ``configure --help'' for reference.
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
sysconfig="sysconfig"
|
sysconfig="sysconfig"
|
||||||
PYTHON_CPPFLAGS=`python3-config --cflags`
|
PYTHON_CPPFLAGS=`python3-config --includes`
|
||||||
PYTHON_EXTRA_LDFLAGS=`python3-config --ldflags`
|
PYTHON_EXTRA_LDFLAGS=`python3-config --ldflags`
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
fi
|
fi
|
||||||
|
|
Ładowanie…
Reference in New Issue