Do not link librt on OpenBSD

This commit is contained in:
Raphael Graf 2019-05-25 18:08:55 +02:00
parent 334d9b4633
commit dacba02cd8

View File

@ -99,7 +99,7 @@ case "${host_os}" in
OPENCL_INC=""
AM_CONDITIONAL([ADD_RT], false)
;;
*android*)
*android*|openbsd*)
AM_CONDITIONAL([ADD_RT], false)
;;
powerpc-*-darwin*)