Link to libm to make sure our build works on older Linux

This commit is contained in:
mio 2021-10-05 12:47:27 +02:00
parent bccc7f2fb7
commit d6993e02c4
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -388,6 +388,9 @@ else()
-I${CMAKE_BINARY_DIR}/x86_64-softmmu
-I${CMAKE_CURRENT_SOURCE_DIR}/qemu/target/i386
)
# Log and pow
target_link_libraries(x86_64-softmmu m)
endif()
endif()