mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
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:
2
Externals/WiiUseSrc/Src/SConscript
vendored
2
Externals/WiiUseSrc/Src/SConscript
vendored
@ -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(
|
||||
|
Reference in New Issue
Block a user