We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607e6a7 commit fc7e29dCopy full SHA for fc7e29d
1 file changed
src/cargo_cmd.rs
@@ -135,6 +135,8 @@ impl CargoCmd for Command {
135
format!("CFLAGS_{triplet}"),
136
format!("CFLAGS_{triplet_snake_case}"),
137
format!("CFLAGS_{triplet_snake_case_upper}"),
138
+ "CFLAGS_hyperlight".to_string(),
139
+ "CFLAGS_HYPERLIGHT".to_string(),
140
"HYPERLIGHT_CFLAGS".to_string(),
141
"TARGET_CFLAGS".to_string(),
142
"CFLAGS".to_string(),
0 commit comments