diff --git a/src/plugins/e-acsl/scripts/e-acsl-gcc.sh b/src/plugins/e-acsl/scripts/e-acsl-gcc.sh index bd52cb6198bc989d6b44d25aeacdf5c2e7f51f99..210e1c99c9a0ab9fb1ece950a5acbc9ca5807dda 100755 --- a/src/plugins/e-acsl/scripts/e-acsl-gcc.sh +++ b/src/plugins/e-acsl/scripts/e-acsl-gcc.sh @@ -706,8 +706,8 @@ check_tool "$OPTION_CC" # Frama-C directories FRAMAC="$OPTION_FRAMAC" -: ${FRAMAC_SHARE:="`$FRAMAC -print-share-path`"} -: ${FRAMAC_PLUGIN:="`$FRAMAC -print-plugin-path`"} +: ${FRAMAC_SHARE:="`$FRAMAC -no-autoload-plugins -print-share-path`"} +: ${FRAMAC_PLUGIN:="`$FRAMAC -no-autoload-plugins -print-plugin-path`"} # Check if this is a development or an installed version if [ -f "$BASEDIR/../E_ACSL.mli" ]; then