Skip to content

Commit

Permalink
remove Python.framework python3
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Nov 16, 2022
1 parent 21520ec commit bdac791
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chirp/src/bindings/python3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit bdac791

Please sign in to comment.