diff options
| author | Glenn Rice <glennricster@gmail.com> | 2010-07-20 04:19:25 +0000 |
|---|---|---|
| committer | Glenn Rice <glennricster@gmail.com> | 2010-07-20 04:19:25 +0000 |
| commit | 8c7bdebf1efbd31da8df344bae45697db5e22a06 (patch) | |
| tree | 6eaf9772ddc86904f00433dee5a3f6178e18648c /Source/Plugins/Plugin_VideoSoftware/Src/SConscript | |
| parent | 244448014af2b5524c0cc4306cf18185d48d6c2b (diff) | |
Fix the global build on linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5923 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SConscript')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript index 0c439dc62a..f633dfba27 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript +++ b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript @@ -40,4 +40,4 @@ if sys.platform == 'darwin' and not env['HAVE_WX']: elif sys.platform == 'win32': files += [ 'Win32.cpp' ] -env.SharedLibrary('#' + env['plugin_dir'] + name, files, LIBS = env['LIBS'] + libs) +env.SharedLibrary(env['plugin_dir'] + name, files, LIBS = env['LIBS'] + libs) |
