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
Various crates requires env variable PKG_CONFIG_ALLOW_CROSS to be defined when being cross-compiled. Maybe cross should automatically set it to ease users' experience?
The text was updated successfully, but these errors were encountered:
386: docker: define PKG_CONFIG_ALLOW_CROSS r=reitermarkus a=gdesmott
The PKG_CONFIG_ALLOW_CROSS env variable is required to cross compile
various crates such as openssl.
Fix#383
Co-authored-by: Guillaume Desmottes <[email protected]>
Various crates requires env variable
PKG_CONFIG_ALLOW_CROSS
to be defined when being cross-compiled. Maybecross
should automatically set it to ease users' experience?The text was updated successfully, but these errors were encountered: