You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running rust/android/build.sh --verbose on macOS. It seems to compile the dependencies just fine. But in (what I think is) the last step of compiling servobridge, the build stops with this error:
I tried running
rust/android/build.sh --verbose
on macOS. It seems to compile the dependencies just fine. But in (what I think is) the last step of compiling servobridge, the build stops with this error:It looks like the compiler cannot locate the standard C++ library,
lc++
.Any idea what could be causing this?
The text was updated successfully, but these errors were encountered: