Dolphin now compiles in OS X with Xcode. At least in release setting

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3709 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1
2009-07-08 08:04:36 +00:00
parent b6a43c5db8
commit afa6372d96
2 changed files with 30 additions and 65 deletions

View File

@ -23,7 +23,7 @@ if env['HAVE_BLUEZ']:
files += [ "io_nix.cpp", ]
if sys.platform == 'darwin':
files += [ "io_osx.cpp", ]
files += [ "io_osx.m", ]
if sys.platform == 'darwin':
env_wiiuse = env.Clone(