Link to libm to make sure our build works on older Linux
This commit is contained in:
parent
bccc7f2fb7
commit
d6993e02c4
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user