cross-rs / cross

“Zero setup” cross compilation and “cross testing” of Rust crates
Apache License 2.0
6.4k stars 359 forks source link

freebsd: set PKG_CONFIG_PATH in Dockerfile #1385

Closed pdmorrow closed 8 months ago

pdmorrow commented 8 months ago

PKG_CONFIG_PATH is not set in the FreeBSD Dockerfile which means crates which have an external system dependency cannot find those dependencies to link against.

Closes #1384

pdmorrow commented 8 months ago

Thanks!

Thanks for the quick review!