bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 164 forks source link

macOS: add LC_BUILD_VERSION to shared objects produced by lucetc #620

Closed jedisct1 closed 3 years ago

jedisct1 commented 3 years ago

This adds a new TargetVersion parameter that can be used to specify system-specific versions to compile for.

The command-line tool gets new --sdk-version and --min-os-version switches, and we default to the current SDK major version and the oldest OSX version it supports.