Skip to content

Commit

Permalink
gamelink: shm_* functions in Linux require librt
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Dec 18, 2022
1 parent 0a82937 commit 2b8816b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ if test x$enable_gamelink = xyes; then
AC_MSG_RESULT(yes)
C_GAMELINK=1
AC_DEFINE(C_GAMELINK,1)
LIBS="$LIBS -lrt" # uses shm_* functions which requires librt on Linux
fi
else
AC_MSG_RESULT(no)
Expand Down

0 comments on commit 2b8816b

Please sign in to comment.