Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes broken Travis clang++ workaround.
Commit 66df930 disabled C++ builds on Travis when using clang++, in order to get around an unresolved issue with __float128. Hovever, commit 2f6e5b6 broke the workround by adding an explicit qt=yes to SCONSOPTS. This wasn't immediately noticed, since that commit also broke the use of Qt4 altogether, and there is no case that builds with Qt5 and clang++. Fixing the Qt4 bug in commit 2c01c13 then reintroduced the old clang++ bug. This change removes the troublesome explicit qt=yes. TESTED: Will be once this change is pushed and picked up by Travis. It has no effect outside Travis.
- Loading branch information