mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Allow C code to use the Dolphin log manager so that Wiiuse text output
can go to the log window like with other subsystems. Remove a Wiiuse dependency on libm from when it was a shared library. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5885 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
2
Externals/WiiUseSrc/Src/SConscript
vendored
2
Externals/WiiUseSrc/Src/SConscript
vendored
@ -19,6 +19,6 @@ if sys.platform == 'linux2' and env['HAVE_BLUEZ']:
|
||||
if sys.platform == 'darwin':
|
||||
files += [ "io_osx.m", ]
|
||||
|
||||
env.StaticLibrary(env['local_libs'] + "wiiuse", files, LIBS='m')
|
||||
env.StaticLibrary(env['local_libs'] + "wiiuse", files)
|
||||
|
||||
env['HAVE_WIIUSE'] = 1
|
||||
|
Reference in New Issue
Block a user