Another attempt to fix github build

pull/1662/head
Michael Black W9MDB 2025-01-19 16:15:19 -06:00
rodzic 8c3f13764d
commit 0c5c34f8a5
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -107,7 +107,8 @@ myhamlib_PYTHON = \
nodist_myhamlib_PYTHON = Hamlib.py
Hamlib.py: hamlib_wrap.c
Hamlib.py: hamlibpy_wrap.c
@true
# Place them in the exact same directory as the extension: $(pyexecdir)/Hamlib
myhamlibdir = $(pyexecdir)/Hamlib
@ -122,7 +123,6 @@ EXTRA_DIST += \
all-py:
install-py:
Hamlib.py:
@true
##############################################################################
# 4. Remove any custom 'install-py:' or 'install-exec-local: install-py'