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
Current env is hard-coding, like OPENSSL_SRC_PERL.
But in crate openssl, these variables can be prefixed with the upper-cased target architecture, doc.
I hope this crate can read envs with target perfix, like read aarch64_linux_android_OPENSSL_SRC_PERL. This will be very useful when cross compiling.
The text was updated successfully, but these errors were encountered:
I think this might actually be the only env var for this crate, or is there another one you're interested in? For this one specifically I'd naively think that there's not much benefit from having a target-prefix because it's only used as a build tool which must run on the host anyway. Or is there a different problem you're trying to fix?
Current env is hard-coding, like OPENSSL_SRC_PERL.
But in crate
openssl
,these variables can be prefixed with the upper-cased target architecture
, doc.I hope this crate can read envs with target perfix, like read
aarch64_linux_android_OPENSSL_SRC_PERL
. This will be very useful when cross compiling.The text was updated successfully, but these errors were encountered: