Browse Source

Merge pull request #1238 from riscv-mcu/feature/python3_env

env: fix python3 env not found in /usr/bin
pull/1247/head 2023.04.29
Kito Cheng 3 years ago
committed by GitHub
parent
commit
7f8b34c01d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/march-to-cpu-opt

2
scripts/march-to-cpu-opt

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import argparse
import sys

Loading…
Cancel
Save