Skip to content

Commit

Permalink
Ocamlbuild needs OCAML_LD_LIBRARY_PATH (bug #2502)
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13857 85f007b7-540e-0410-9357-904b9bb8a0f7
  • Loading branch information
glondu committed Feb 25, 2011
1 parent f81ff03 commit 51f2b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build
Expand Up @@ -5,6 +5,8 @@ OCAMLBUILD=ocamlbuild
CFG=config/coq_config.ml
MYCFG=myocamlbuild_config.ml

export CAML_LD_LIBRARY_PATH=`pwd`/_build/kernel/byterun

check_config() {
[ -f $CFG ] || (echo "please run ./configure first"; exit 1)
[ -L $MYCFG ] || ln -sf $CFG $MYCFG
Expand Down

0 comments on commit 51f2b9f

Please sign in to comment.