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)