check_link_map: Removing unsuported python version.
Zephyr uses python 2.7 by default. Phython3 is breaking windows build. Change-Id: Id0fdbdce89d63f51a0625f5d1f2f45584ecd4023 Signed-off-by: Sonia Leon Bautista <sonia.leon.bautista@intel.com>
This commit is contained in:
parent
e4db6c7af5
commit
5606f7f424
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python
|
||||
import fileinput
|
||||
import re
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue