Fixed ./compile.sh to use ./opt, not ./OPT .

This commit is contained in:
Ulrich Germann 2016-06-07 19:22:49 +01:00
parent f895e09292
commit bc5f8d15c6

View File

@ -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) $@