Skip to content

Commit

Permalink
Point out that under Xcode 9 the 10.10 SDK is required for 32-bit Mac…
Browse files Browse the repository at this point in the history
… OS X.
  • Loading branch information
eliotmiranda committed Apr 18, 2018
1 parent 8a833c8 commit 42c2af2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.macos32x86/HowToBuild
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ SDKs and Problems
-----------------
The makefiles will use the oldest available SDK that is installed that is new
enough to build the system. The 32-bit build requires at least the 10.9 SDK.
Under Zcode 9, getversion fails to compile using 10.9 and one must use at least
the 10.10 SDK.
SDKs are installed in
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
To obtain SDKs one way is to web search for "obtaining older sdks for Xcode",
Expand Down

0 comments on commit 42c2af2

Please sign in to comment.