Note that compiling with LLVM might take some time. (#26)

Former-commit-id: 29304edac690afb6b818d49f817294196ace2801
This commit is contained in:
Ludovic Henry 2019-02-06 13:27:55 -05:00 committed by Alexander Köplinger
parent 81990a1f52
commit 9dc0f38f38

View File

@ -8,7 +8,7 @@ then
if [ -e "/usr/lib/libmono-llvm.so.0" ] if [ -e "/usr/lib/libmono-llvm.so.0" ]
then then
TRYLLVM="try-llvm," TRYLLVM="try-llvm,"
LLVMNOTE=" (trying with LLVM)" LLVMNOTE=" (trying with LLVM, this might take a few minutes)"
fi fi
if [ -z "$HASSSE41" ] if [ -z "$HASSSE41" ]
then then