Skip to content

Commit

Permalink
Fix to not build llvm on 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
firegrass committed Dec 15, 2010
1 parent 2c0206d commit 6b10cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono_build.sh
Expand Up @@ -278,7 +278,7 @@ if [ "$skipbuild" ]; then
else
for mod in $GIT_MODULES; do

if [ "$VERSION$mod" == "2.6.7llvm" ]; then
if [ "$VERSION$mod" == "2.6llvm" ]; then
echo "$ECHO_PREFIX Skipping LLVM for this 2.6.7";
continue
fi
Expand Down

0 comments on commit 6b10cbf

Please sign in to comment.