simon-git: puzzles (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Oct 6 18:41:21 BST 2018
TL;DR:
f281644 Fix OSX build failure from latest XCode update.
Repository: https://git.tartarus.org/simon/puzzles.git
On the web: https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2018-10-06 18:41:21
commit f281644b0be91917b7f9f43d7496140173d7ed2e
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=f281644b0be91917b7f9f43d7496140173d7ed2e;hp=d8d506455ebe69888dcc4759eb9fc787bfe29ad9
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Oct 6 18:22:42 2018 +0100
Fix OSX build failure from latest XCode update.
To begin with, the toolchain no longer lets me build for x86-32 -
apparently MacOS is now 64-bit only.
Also, the linker now gives an error about a missing libgcc_s variant
for -mmacosx-version-min=10.4, and indeed 10.5. So I've bumped the
minimum supported OS version to 10.6.
That in turn required some changes in osx.m itself, because bumping
the min OS version caused some API deprecations to show up. Luckily I
turned out to have left myself a comment some time ago telling me what
I was going to need to do about one of them :-)
mkfiles.pl | 11 ++++++-----
osx.m | 24 ++++--------------------
2 files changed, 10 insertions(+), 25 deletions(-)
More information about the tartarus-commits
mailing list