ddarriba / modeltest

Best-fit model selection
GNU General Public License v3.0
72 stars 21 forks source link

Add a compiler flag for min mac os version #37

Closed jtklein closed 3 years ago

jtklein commented 3 years ago

By adding this compiler flag for a minimum supported MacOS version, the binary get's compiled so that it also runs on older MacOS versions. Without this PR I compiled the repo and the resulting binary worked on MacOS Catalina, but not on Sierra. With this PR the compiled binary also worked on MacOS Sierra. I have not tested other MacOS versions.

jtklein commented 3 years ago

I have only tested the command line version, no GUI.