fixing case issue for blender_BOP.lib to blender_bop.lib

This commit is contained in:
Johnny Matthews
2005-10-29 13:47:41 +00:00
parent 1d366b3fe9
commit e6f5f9bf85

View File

@@ -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)