Initial commit

This commit is contained in:
Thomas Gideon 2019-06-11 08:39:20 -04:00
parent 9ed3717a7f
commit 17ba52126a
7 changed files with 172 additions and 0 deletions

2
mac-cc Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /usr/osxcross/bin/o64-clang -mmacosx-version-min=10.11 -target x86_64-apple-darwin15 -mlinker-version=242 -B /usr/x86_64-apple-darwin15/bin -isysroot /usr/osxcross/SDK/MacOSX10.11.sdk $*