From bdac791f7bbe4d3de1c947749a3ee320a3b0cbe6 Mon Sep 17 00:00:00 2001 From: Benjamin Tovar Date: Wed, 16 Nov 2022 12:37:12 -0500 Subject: [PATCH] remove Python.framework python3 --- chirp/src/bindings/python3/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chirp/src/bindings/python3/Makefile b/chirp/src/bindings/python3/Makefile index 86c7b88263..312b4ea98d 100644 --- a/chirp/src/bindings/python3/Makefile +++ b/chirp/src/bindings/python3/Makefile @@ -23,12 +23,11 @@ chirp_wrap.c CChirp.py: chirp.i chirp.binding.py @echo "SWIG chirp.i (python)" @$(CCTOOLS_SWIG) -o chirp_wrap.c -python -I$(CCTOOLS_HOME)/dttools/src/ -I$(CCTOOLS_HOME)/chirp/src chirp.i @cat -u CChirp.py chirp.binding.py > Chirp.py - ln -sf /System/Library/Frameworks/Python.framework . $(CHIRPPYTHONSO): $(OBJECTS) $(EXTERNAL_DEPENDENCIES) clean: - rm -rf $(OBJECTS) $(TARGETS) Python.framework Chirp.py CChirp.py chirp_wrap.c *.pyc __pycache__ + rm -rf $(OBJECTS) $(TARGETS) Chirp.py CChirp.py chirp_wrap.c *.pyc __pycache__ test: