From 449730bee948f32aa1ed722a40a9b55846786084 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 9 Aug 2017 22:23:13 +0200 Subject: [PATCH] Add note about apple-darwin-osxcross --- osxcross/apple-darwin/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/osxcross/apple-darwin/PKGBUILD b/osxcross/apple-darwin/PKGBUILD index b06936a2..3af12fd9 100644 --- a/osxcross/apple-darwin/PKGBUILD +++ b/osxcross/apple-darwin/PKGBUILD @@ -19,6 +19,14 @@ # by me, such as apple-darwin-qt5-base (so if you want to build these, use my this package) # * osxcross-git does not provide symlinks for ccache +# Note that this package includes a MacOSX SDK and hence is not redistributable. Hence it might be worth +# splitting it into: +# * apple-darwin-sdk-macosx10.11: contains the MacOSX SDK, the only part users would still need to build +# from sources +# * apple-darwin-osxcross: contains the actual sources of osxcross reporitory +# * apple-darwin-toolchain: contains the Clang toolchain built with scripts in apple-darwin-osxcross +# * apple-darwin-gcc: contains the gcc toolchain built with scripts in apple-darwin-osxcross + pkgname=apple-darwin-osxcross _pkgname=osxcross # There's no official release of osxcross yet, so let's just stick to a Git revision