mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@ -97,8 +97,10 @@
|
||||
/org
|
||||
/*.ppc
|
||||
/*.i386
|
||||
/*.x86_64
|
||||
/Puzzles.ppc.bin
|
||||
/Puzzles.i386.bin
|
||||
/Puzzles.x86_64.bin
|
||||
/version2.def
|
||||
/preprocessed.but
|
||||
/*.a
|
||||
|
Reference in New Issue
Block a user