Fix client not building on void linux

Thanks to

SharkWipf#8539,
Aiber#4888,
and Hadet#6969 on the VFIO discord
This commit is contained in:
Jonathan (JJRcop) Rubenstein 2019-12-27 05:48:03 -05:00 committed by Geoffrey McRae
parent da5ebee3f7
commit 491ffc3576
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
B1-27-g2d9f578719+1
B1-40-g7a3eab4c3e+1

View File

@ -70,6 +70,7 @@ include_directories(
link_libraries(
${PKGCONFIG_LIBRARIES}
${GMP_LIBRARIES}
${CMAKE_DL_LIBS}
rt
m
)