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
In particular, the CARGO_CFG_TARGET_FEATURE variable should be used to help with the CRT stuff on Windows. Note "After this change, the gcc-rs crate will be modified to check for the CARGO_CFG_TARGET_FEATURE directive, and parse it into a list of enabled features."
In particular, if we add the dependency on the target_build_utils crate in #321, then we might be able to remove that dependency by using these variables.
The text was updated successfully, but these errors were encountered:
In particular, the
CARGO_CFG_TARGET_FEATURE
variable should be used to help with the CRT stuff on Windows. Note "After this change, the gcc-rs crate will be modified to check for the CARGO_CFG_TARGET_FEATURE directive, and parse it into a list of enabled features."These look like they'd be useful in our build.rs:
In particular, if we add the dependency on the
target_build_utils
crate in #321, then we might be able to remove that dependency by using these variables.The text was updated successfully, but these errors were encountered: