Fix typo in osxcross

This commit is contained in:
Martchus 2017-08-11 16:06:29 +02:00
parent 449730bee9
commit 1cb6bd23a0
1 changed files with 3 additions and 3 deletions

View File

@ -16,13 +16,13 @@
# * osxcross-git violates "package etiquette" by putting stuff under /usr/local/osxcross (this package
# uses /opt/osxcross)
# * osxcross-git will likely not work for building other apple-darwin-* packages provided
# by me, such as apple-darwin-qt5-base (so if you want to build these, use my this package)
# by me, such as apple-darwin-qt5-base (so if you want to build these, use 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-sdk-macosx10.11: contains the particular 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