Skip to content

Commit

Permalink
Do not link librt on OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrapha committed May 25, 2019
1 parent 334d9b4 commit dacba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down

0 comments on commit dacba02

Please sign in to comment.