Skip to content
Snippets Groups Projects
Commit 39b043f7 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[dev] remove obsolete variable

parent 697c0a86
No related branches found
No related tags found
No related merge requests found
......@@ -179,10 +179,6 @@ stdenvNoCC.mkDerivation rec {
export DUNE_DIR_LOCATIONS="''${DUNE_DIR_LOCATIONS-}''${DUNE_DIR_LOCATIONS:+:}frama-c:lib:''$1/lib/frama-c"
fi
if test -d "''$1/share/frama-c/"; then
export FRAMAC_EXTRA_SHARE="''${FRAMAC_EXTRA_SHARE-}''${FRAMAC_EXTRA_SHARE:+:}''$1/share/frama-c"
fi
}
addEnvHooks "$targetOffset" addFramaCPath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment