kopia lustrzana https://github.com/Hamlib/Hamlib
Possible fix for MacOS python2 binding build
https://github.com/Hamlib/Hamlib/issues/477pull/608/head
rodzic
0148fd7000
commit
8a2a51b221
|
@ -121,7 +121,7 @@ check-py: all-py
|
|||
Hamlib.py: hamlibpy_wrap.c
|
||||
|
||||
hamlibpy_wrap.c: hamlib.swg $(SWGDEP)
|
||||
$(AM_V_GEN)$(SWIG) -python $(AM_CPPFLAGS) -I$(top_srcdir)/bindings \
|
||||
$(AM_V_GEN)$(SWIG) -python $(AM_CPPFLAGS) $(PYTHON_CPPFLAGS) -I$(top_srcdir)/bindings \
|
||||
-o $@ $$(test -f hamlib.swg || echo '$(srcdir)/')hamlib.swg
|
||||
|
||||
install-py:
|
||||
|
|
Ładowanie…
Reference in New Issue