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
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:
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:pkg-config-rs/src/lib.rs
Lines 396 to 398 in 5432578
I believe that should be changed to:
The text was updated successfully, but these errors were encountered: