coop-deluxe / sm64coopdx

An official continuation of https://github.com/djoslin0/sm64ex-coop on sm64coopdx for the enhancements and progress it already has.
https://sm64coopdx.com
286 stars 41 forks source link

Changes to minimum macos ver #209

Closed EmeraldLoc closed 1 month ago

EmeraldLoc commented 1 month ago

Make it a variable called MIN_MACOS_VERSION, this variable can be changed as an argument with make. On arm, the default minimum version is 14, as that's what the liblua lib was compiled for. Shouldn't be a problem since all M-Series mac's support Sonoma. For intel, I set the minimum to 10.15, or macOS Catalina, as ThePlayerRolo was successfully able to compile it on Catalina..