mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 08:25:45 -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:
@ -1707,7 +1707,7 @@ if (defined $makefiles{'nestedvm'}) {
|
||||
if (defined $makefiles{'osx'}) {
|
||||
$mftyp = 'osx';
|
||||
$dirpfx = &dirpfx($makefiles{'osx'}, "/");
|
||||
@osxarchs = ('i386');
|
||||
@osxarchs = ('i386', 'x86_64');
|
||||
|
||||
##-- Mac OS X makefile
|
||||
open OUT, ">$makefiles{'osx'}"; select OUT;
|
||||
|
Reference in New Issue
Block a user