mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 04:57:54 +00:00
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:
parent
da5ebee3f7
commit
491ffc3576
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-27-g2d9f578719+1
|
||||
B1-40-g7a3eab4c3e+1
|
|
@ -70,6 +70,7 @@ include_directories(
|
|||
link_libraries(
|
||||
${PKGCONFIG_LIBRARIES}
|
||||
${GMP_LIBRARIES}
|
||||
${CMAKE_DL_LIBS}
|
||||
rt
|
||||
m
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue