Skip to content

Commit fc7e29d

Browse files
committed
expand search for cflags
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 607e6a7 commit fc7e29d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cargo_cmd.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ impl CargoCmd for Command {
135135
format!("CFLAGS_{triplet}"),
136136
format!("CFLAGS_{triplet_snake_case}"),
137137
format!("CFLAGS_{triplet_snake_case_upper}"),
138+
"CFLAGS_hyperlight".to_string(),
139+
"CFLAGS_HYPERLIGHT".to_string(),
138140
"HYPERLIGHT_CFLAGS".to_string(),
139141
"TARGET_CFLAGS".to_string(),
140142
"CFLAGS".to_string(),

0 commit comments

Comments
 (0)