mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 10:31:31 +02:00
no need for flags there
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1219 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d73eaf1c34
commit
486d5603c8
@ -31,7 +31,6 @@ else:
|
||||
wiimoteenv.Append(
|
||||
CXXFLAGS = [ '-fPIC' ],
|
||||
LIBS = [ 'common', 'wiiuse' ],
|
||||
LINKFLAGS = [ '-Wl,-rpath=' + env['libs_dir'] ]
|
||||
)
|
||||
|
||||
wiimoteenv.SharedLibrary(env['plugin_dir']+name, files)
|
||||
|
Loading…
Reference in New Issue
Block a user