Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-08-02 18:45:35 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-08-02 18:45:35 +0400
commit222190c618b74e0d2a9a2f5f8aded6544b6bef0b (patch)
treeee74f77e7ef043296b6b060d07ec7852d9a8136b /intern/ghost/SConscript
parentde0db6c8daaf4f6276b43bd4c78d623fdb0eafb9 (diff)
typo fix
Diffstat (limited to 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 45a1f44d579..761cbe56344 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -88,7 +88,7 @@ else:
elif window_system=='darwin':
sources.remove('intern' + os.sep + 'GHOST_NDOFManagerCocoa.mm')
else:
- sources.remove('intern' + os.sep + 'GHOST_NDOFManagerX11.mm')
+ sources.remove('intern' + os.sep + 'GHOST_NDOFManagerX11.cpp')
except ValueError:
pass