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/UnitTests | |
| 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/UnitTests')
| -rw-r--r-- | Source/UnitTests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/SConscript b/Source/UnitTests/SConscript index aa0123f775..4ab5982668 100644 --- a/Source/UnitTests/SConscript +++ b/Source/UnitTests/SConscript @@ -12,4 +12,4 @@ libs = [ 'dspcore', 'common', ] -env.Program('#' + env['binary_dir'] + 'tester', files, LIBS = libs) +env.Program(env['binary_dir'] + 'tester', files, LIBS = libs) |
