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
{{ message }}
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.
Support for cross-compiling is important. Here's a list of things that need improving:
- Currently if [[ $BOOST_ARCH != "arm" ]]; is used to detect if we are cross compiling for arm and instead there should be a more robust and simple check like if [[ $CROSS_COMPILE ]];
The text was updated successfully, but these errors were encountered:
Support for cross-compiling is important. Here's a list of things that need improving:
if [[ $BOOST_ARCH != "arm" ]];
is used to detect if we are cross compiling for arm and instead there should be a more robust and simple check likeif [[ $CROSS_COMPILE ]];
The text was updated successfully, but these errors were encountered: