vecLibFort icon indicating copy to clipboard operation
vecLibFort copied to clipboard

vecLibFort.c: Fix build on OS X 10.9 and earlier

Open ryandesign opened this issue 3 years ago • 0 comments

Only include the local macOS 11 SDK copy of vecLib.h when using the macOS 12 SDK or later to prevent build failure when using the OS X 10.9 SDK or older.

Fixes #14

ryandesign avatar Feb 10 '22 02:02 ryandesign