trivalent/mac-cc

3 lines
202 B
Text
Raw Normal View History

2019-06-11 08:39:20 -04:00
#!/bin/sh
2019-06-11 14:20:02 -04:00
exec /usr/osxcross/bin/o64-clang -mmacosx-version-min=10.13 -target x86_64-apple-darwin17 -mlinker-version=242 -B /usr/x86_64-apple-darwin17/bin -isysroot /usr/osxcross/SDK/MacOSX10.13.sdk $*