diff options
| author | Glenn Rice <glennricster@gmail.com> | 2010-02-22 16:10:08 +0000 |
|---|---|---|
| committer | Glenn Rice <glennricster@gmail.com> | 2010-02-22 16:10:08 +0000 |
| commit | 303769d31c27c29e46f7cd3792fd82e49baf0955 (patch) | |
| tree | eb5f122cc3135c231707fce6a2168c22216b476a /Source/Plugins/Plugin_VideoSoftware/Src/SConscript | |
| parent | ffdf087aadf539e38e424908f6f4896be3488161 (diff) | |
Revert commit 5105 until we sort out how we want this to work in linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5110 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SConscript')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Src/SConscript | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript index b9493cb3ef..88f959d102 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript +++ b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript @@ -42,10 +42,8 @@ compileFlags = [ linkFlags = [ ] libs = [ - 'videocommon', 'common' + 'videocommon', 'soil', 'common' ] -if sys.platform == 'darwin': - libs = ['SOIL'] + libs gfxenv = env.Clone() |
