rustler_precompiled icon indicating copy to clipboard operation
rustler_precompiled copied to clipboard

Document the usage of `TARGET_` env vars

Open philss opened this issue 2 years ago • 0 comments

We use some env vars to configure the target OS, architecture and ABI. This is needed to support Nerves, as they set those env vars in the build/compilation process.

We need to document this usage, since more systems can benefit from that.

Here are the docs from Nerves: https://hexdocs.pm/nerves/compiling-non-beam-code.html#target-cpu-arch-os-and-abi

philss avatar Mar 26 '22 19:03 philss