tpoechtrager / cctools-port

Apple cctools port for Linux and *BSD
731 stars 168 forks source link

Restore using __builtin_available for macos #116

Closed isuruf closed 2 months ago

tpoechtrager commented 1 year ago

That patch doesn't look correct.

#ifndef __APPLE__
    if (__builtin_available(macOS 10.12, *)) {
[...]