cross-rs / cross-toolchains

Additional Dockerfiles and crosstool-ng config files to build additional toolchains.
Apache License 2.0
88 stars 16 forks source link

Add `CROSS_SYSROOT` to Images #19

Closed Alexhuszagh closed 1 year ago

Alexhuszagh commented 1 year ago

A recent PR https://github.com/cross-rs/cross/pull/1080 simplifies installing third-party libraries to the system root by adding CROSS_SYSROOT to the images. This can be used to ensure the compiler and linker find external dependencies built from source or to install pre-built libraries.