Skip to content

Commit

Permalink
Fixed ./compile.sh to use ./opt, not ./OPT .
Browse files Browse the repository at this point in the history
  • Loading branch information
ugermann committed Jun 7, 2016
1 parent f895e09 commit bc5f8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# you can install all 3rd-party dependencies by running make -f contrib/Makefiles/install-dependencies.gmake

set -e -o pipefail
OPT=${OPT:-$(pwd)/OPT}
OPT=${OPT:-$(pwd)/opt}
./bjam --with-irstlm=$OPT/irstlm-5.80.08 --with-boost=$OPT --with-cmph=$OPT --with-xmlrpc-c=$OPT --with-mm --with-probing-pt -j$(getconf _NPROCESSORS_ONLN) $@

0 comments on commit bc5f8d1

Please sign in to comment.