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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-10-29 17:47:41 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-10-29 17:47:41 +0400
commite6f5f9bf85e1bcc51d10899be259ba7ff21428f3 (patch)
tree58d3767d1c6f9d8fe13b70fe0727e9a0972b8557 /intern/boolop
parent1d366b3fe9b81d468e55512f3ea5cd362d754098 (diff)
fixing case issue for blender_BOP.lib to blender_bop.lib
Diffstat (limited to 'intern/boolop')
-rw-r--r--intern/boolop/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/boolop/SConscript b/intern/boolop/SConscript
index 87ee4ea7198..a0df706e9f7 100644
--- a/intern/boolop/SConscript
+++ b/intern/boolop/SConscript
@@ -31,4 +31,4 @@ bop_env.Append (CPPPATH = [ '.',
'#intern/container',
'#intern/memutil'])
-bop_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_BOP', source=source_files)
+bop_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_bop', source=source_files)