Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak committed May 24, 2021
1 parent 0bc43e2 commit 7420a26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ttblit/tool/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def parse_args(self, ctx, args):

# command/name/required version
prereqs = [
(['git', '--version'], 'Git', None),
(['cmake', '--version'], 'CMake', [3, 9]),
(['arm-none-eabi-gcc', '--version'], 'GCC Arm Toolchain', [7, 3])
('git --version', 'Git', None),
('cmake --version', 'CMake', [3, 9]),
('arm-none-eabi-gcc --version', 'GCC Arm Toolchain', [7, 3])
]

# adjust path to dectct the VS Arm toolchain
Expand Down

0 comments on commit 7420a26

Please sign in to comment.