1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00

Force python3.7 for make addr2line

This commit is contained in:
Jiajie Chen 2019-04-29 10:45:04 +08:00
parent e5894b652c
commit ae4badb3cd

View File

@ -386,4 +386,4 @@ endif
.PHONY:
addr2line:
@python3 ../tools/addr2line.py $(prefix)addr2line $(arch) $(mode)
@python3.7 ../tools/addr2line.py $(prefix)addr2line $(arch) $(mode)