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
path: root/intern
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2009-10-27 17:14:40 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2009-10-27 17:14:40 +0300
commit8a7a70f55c785d3a8b54d2408e4b2869ab944747 (patch)
treeb0996ad5341d86a7f8d5ad594717a9e919882748 /intern
parenta9610d45b679f5eeeed994ddc425b110429e9de1 (diff)
bumping commit count.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 20190f90366..e90eb6b6ed1 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -35,7 +35,7 @@ elif window_system == 'darwin':
for f in pf:
sources.remove('intern' + os.sep + f + 'Win32.cpp')
sources.remove('intern' + os.sep + f + 'X11.cpp')
- sources.remove('intern' + os.sep + f + 'Carbon.cpp')
+ sources.remove('intern' + os.sep + f + 'Carbon.cpp')
else:
for f in pf:
sources.remove('intern' + os.sep + f + 'Win32.cpp')