Closed asajeffrey closed 6 years ago
r? @jdm
@bors-servo r+
:pushpin: Commit 827007f has been approved by jdm
:hourglass: Testing commit 827007fa70c1b1313ee9d51aedd2ff71b7fb5537 with merge c0331a4a5967d5cc2a98007cea68ef7f539e8c51...
:sunny: Test successful - status-appveyor, status-travis Approved by: jdm Pushing c0331a4a5967d5cc2a98007cea68ef7f539e8c51 to master...
Fixes a build error when cross-compiling from linux to android:
The error shows that the C compiler chain rather than the C++ compiler chain is being used, even though it's compiling a
.cpp
file.This change is