Merge pull request #3487 from wavexx/mk404_build_gcc

Accept any gcc version to build MK404
This commit is contained in:
3d-gussner 2022-05-02 08:04:54 +02:00 committed by GitHub
commit 554bb02ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ check_packages()
{
packages=(
"libelf-dev"
"gcc-7"
"gcc"
"gcc-avr"
"libglew-dev"
"freeglut3-dev"