Skip to content

Commit bdac791

Browse files
committed
remove Python.framework python3
1 parent 21520ec commit bdac791

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chirp/src/bindings/python3/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ chirp_wrap.c CChirp.py: chirp.i chirp.binding.py
2323
@echo "SWIG chirp.i (python)"
2424
@$(CCTOOLS_SWIG) -o chirp_wrap.c -python -I$(CCTOOLS_HOME)/dttools/src/ -I$(CCTOOLS_HOME)/chirp/src chirp.i
2525
@cat -u CChirp.py chirp.binding.py > Chirp.py
26-
ln -sf /System/Library/Frameworks/Python.framework .
2726

2827
$(CHIRPPYTHONSO): $(OBJECTS) $(EXTERNAL_DEPENDENCIES)
2928

3029
clean:
31-
rm -rf $(OBJECTS) $(TARGETS) Python.framework Chirp.py CChirp.py chirp_wrap.c *.pyc __pycache__
30+
rm -rf $(OBJECTS) $(TARGETS) Chirp.py CChirp.py chirp_wrap.c *.pyc __pycache__
3231

3332
test:
3433

0 commit comments

Comments
 (0)