diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2010-04-23 19:15:44 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2010-04-23 19:15:44 +0000 |
| commit | 1d8db5ce3f44cf637a88a6521680e2a336ff8f7c (patch) | |
| tree | 08ec2b0aa013e87052503182d40af5f5e552ab07 /Source/Core/InputCommon/Src/SConscript | |
| parent | 951b219bf896e1ad7a846fde79674468652eeea3 (diff) | |
osx buildfix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5402 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/InputCommon/Src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript index a8f5162449..e04631fccb 100644 --- a/Source/Core/InputCommon/Src/SConscript +++ b/Source/Core/InputCommon/Src/SConscript @@ -31,6 +31,7 @@ if sys.platform == 'darwin': 'ControllerInterface/OSX/OSX.cpp', 'ControllerInterface/OSX/OSXPrivate.mm' ] + icenv['FRAMEWORKS'] = ['IOKit'] if sys.platform == 'linux2': files += [ |
