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:
nakeee 2008-11-19 11:45:58 +00:00
parent d73eaf1c34
commit 486d5603c8

View File

@ -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)