Skip to content

Commit

Permalink
Fix iOS cross compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumpera committed Nov 14, 2012
1 parent 0a6b695 commit 8e2374f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configure.in
Expand Up @@ -326,7 +326,10 @@ case "$host" in
;;
arm*-darwin*)
has_dtrace=no
;;

# Disable the clang check if we're cross compiling
mono_cv_clang=no
;;
esac
;;
*-*-haiku*)
Expand Down

0 comments on commit 8e2374f

Please sign in to comment.