Updated dependencies to use gcc7
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.