From 32f96080ad2f1bf263e101c245f0332eed021d5a Mon Sep 17 00:00:00 2001 From: Josh Lee Date: Tue, 29 May 2018 08:09:01 -0400 Subject: 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. --- mkfiles.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkfiles.pl') diff --git a/mkfiles.pl b/mkfiles.pl index 20fd7e0..142f7ca 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -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; -- cgit v1.1