Skip to content

Updated dependencies to use gcc7

Jeremy Soller requested to merge Lapz:update_to_gcc7 into master

Created by: Lapz

If gcc 6 is not installed, homebrew installs gcc7. This causes compiling errors as the scripts look for gcc6 but cannot find it and so throws an error when it trys to build the cross compiler. This should fix the errors and stop build failings on mac.

Merge request reports