Skip to content

Commit

Permalink
Merge pull request #2065 from thegrizzlylabs/fix-configure-android
Browse files Browse the repository at this point in the history
fix(configure) Don't add rt on Android
  • Loading branch information
egorpugin committed Nov 21, 2018
2 parents b1e2004 + 92b8833 commit e98661c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Expand Up @@ -99,6 +99,9 @@ case "${host_os}" in
OPENCL_INC=""
AM_CONDITIONAL([ADD_RT], false)
;;
*android*)
AM_CONDITIONAL([ADD_RT], false)
;;
powerpc-*-darwin*)
OPENCL_LIBS=""
;;
Expand Down

0 comments on commit e98661c

Please sign in to comment.