diff options
| author | nakeee <nakeee@gmail.com> | 2008-11-19 11:45:58 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-11-19 11:45:58 +0000 |
| commit | 486d5603c8223a2aedc4e2208b8e42904fe55c38 (patch) | |
| tree | 8f283a408990e40a48ca281625b2c9d71dd7e790 /Source | |
| parent | d73eaf1c34750f353d92c892c121f2a232ba9713 (diff) | |
no need for flags there
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1219 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_Wiimote_Test/Src/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_Wiimote_Test/Src/SConscript b/Source/Plugins/Plugin_Wiimote_Test/Src/SConscript index 9835c5c381..3c8db4e78a 100644 --- a/Source/Plugins/Plugin_Wiimote_Test/Src/SConscript +++ b/Source/Plugins/Plugin_Wiimote_Test/Src/SConscript @@ -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) |
