Skip to content

Commit

Permalink
[fix] windows,configure: remove bslash from OCAMLLIB
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy Sicard authored and OpaOnWindowsNow committed Oct 31, 2012
1 parent 7daa64c commit 562e363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -223,6 +223,7 @@ fi


echo-check ocamldir echo-check ocamldir
: ${OCAMLLIB:=$($OCAMLOPT -where)} : ${OCAMLLIB:=$($OCAMLOPT -where)}
OCAMLLIB=$(echo "$OCAMLLIB" | sed -e "s/\\\\/\//g")
echo-ok $OCAMLLIB echo-ok $OCAMLLIB


export OCAMLLIB export OCAMLLIB
Expand Down

0 comments on commit 562e363

Please sign in to comment.