larq / compute-engine

Highly optimized inference engine for Binarized Neural Networks
https://docs.larq.dev/compute-engine
Apache License 2.0
240 stars 33 forks source link

Replace `-mmacosx-version-min` with `MACOSX_DEPLOYMENT_TARGET` env var #767

Closed lgeiger closed 1 year ago

lgeiger commented 1 year ago

What do these changes do?

This PR fixed the macOS release build by replacing the -mmacosx-version-min option with a MACOSX_DEPLOYMENT_TARGET environment variable.

How Has This Been Tested?

https://github.com/larq/compute-engine/actions/runs/3941200959