Enable 64-bit osx build and fix a warning.

OS X is beginning to show a warning when a 32-bit application is
opened, so it's high time that this gets enabled. Fix a clang warning
exposed by this build.
This commit is contained in:
Josh Lee
2018-05-29 08:09:01 -04:00
committed by Simon Tatham
parent 7edbee6cb2
commit 32f96080ad
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -97,8 +97,10 @@
/org
/*.ppc
/*.i386
/*.x86_64
/Puzzles.ppc.bin
/Puzzles.i386.bin
/Puzzles.x86_64.bin
/version2.def
/preprocessed.but
/*.a