From e6f5f9bf85e1bcc51d10899be259ba7ff21428f3 Mon Sep 17 00:00:00 2001 From: Johnny Matthews Date: Sat, 29 Oct 2005 13:47:41 +0000 Subject: [PATCH] fixing case issue for blender_BOP.lib to blender_bop.lib --- intern/boolop/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)