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
add corrosion_add_target_generated_headers for code generators
This sets the GENERATED_HEADER_DIR environment variable when calling
cargo and adds that path to the target's include paths. Cargo build
scripts can read this to determine where to output generated C/C++
headers.
Depends on dtolnay/cxx#1120 for cxx-build
Fixescorrosion-rs#204
0 commit comments