Merge pull request #2065 from thegrizzlylabs/fix-configure-android

fix(configure) Don't add rt on Android
This commit is contained in:
Egor Pugin 2018-11-21 23:29:44 +03:00 committed by GitHub
commit e98661c0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=""
;;