Closed
Description
Hi,
I'm fairly new to rust and cross compilation in general, so I apologize if I'm misunderstanding something. But it seems like #86 is incomplete. It seems like it checks if PKG_CONFIG_<triple>
is set to enable cross compilation, but doesn't actually use the wrapper script defined by that env var when constructing the command:
Lines 396 to 398 in 5432578
I believe that should be changed to:
self.targetted_env_var("PKG_CONFIG")
Metadata
Metadata
Assignees
Labels
No labels