rustls / rustls-ffi

Use Rustls from any language
Other
125 stars 30 forks source link

allow to set custom cargo command & target #290

Closed pldubouilh closed 1 year ago

pldubouilh commented 1 year ago

allows to override cargo command, and fixup target paths for easy cross compilation with e.g. cross

make CARGO="cross" TARGET="aarch64-unknown-linux-gnu" CC="aarch64-linux-gnu-gcc"

cheers !