RoboCup-SPL / GameController3

This is the official GameController used in the RoboCup Standard Platform League
MIT License
16 stars 8 forks source link

Enable building for older macOS devices #28

Closed sseering closed 1 year ago

sseering commented 1 year ago

Small change. ¯\(ツ)

ahasselbring commented 1 year ago

uname -m returns arm64 on my device, but the target is called aarch64-....

ahasselbring commented 1 year ago

f1cda00b45171c6b1fd07d90164e618ed6b78709 should handle one part of this PR.

12Marvin98 commented 1 year ago

Yes it works, but the LSMinimumSystemVersion in Line 72 is to high. For me 12.6 instead of 13.3 works fine.