Changes to the default triplet on Linux means that overriding the default triplet won't be necessary. This will be done later.
The reason we have to override the default is because it builds static libraries. While this may or may not work for some of our dependencies, linking against static wxWidgets is broken and won't work. Therefore, we need to use the dynamic triplet version by default instead (adjusting for arch as necessary).