File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ if in-array "run-unit-tests" "$BUILD_OPTIONS" || in-array "run-scene-tests" "$BU
366
366
github_message=" ${github_message} FIXME:"
367
367
fi
368
368
369
- # Remove SofaCUDA and SofaPython from plugin_list.conf.default
369
+ # Remove SofaCUDA, SofaPython and MeshSTEPLoader from plugin_list.conf.default
370
370
echo " Removing SofaCUDA and SofaPython from plugin_list.conf.default"
371
371
if vm-is-windows; then
372
372
plugin_conf=" $BUILD_DIR /bin/plugin_list.conf.default"
375
375
fi
376
376
grep -v " SofaCUDA " " $plugin_conf " > " ${plugin_conf} .tmp" && mv " ${plugin_conf} .tmp" " $plugin_conf "
377
377
grep -v " SofaPython " " $plugin_conf " > " ${plugin_conf} .tmp" && mv " ${plugin_conf} .tmp" " $plugin_conf "
378
+ grep -v " MeshSTEPLoader " " $plugin_conf " > " ${plugin_conf} .tmp" && mv " ${plugin_conf} .tmp" " $plugin_conf "
378
379
379
380
time_millisec_postbuild_end=" $( time-millisec) "
380
381
time_sec_postbuild=" $( time-elapsed-sec $time_millisec_postbuild_begin $time_millisec_postbuild_end ) "
You can’t perform that action at this time.
0 commit comments