Skip to content

Commit dacba02

Browse files
committed
Do not link librt on OpenBSD
1 parent 334d9b4 commit dacba02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ case "${host_os}" in
9999
OPENCL_INC=""
100100
AM_CONDITIONAL([ADD_RT], false)
101101
;;
102-
*android*)
102+
*android*|openbsd*)
103103
AM_CONDITIONAL([ADD_RT], false)
104104
;;
105105
powerpc-*-darwin*)

0 commit comments

Comments
 (0)