Skip to content

Commit

Permalink
[qemu] Link backend against scope_guard
Browse files Browse the repository at this point in the history
Fixes a build failure on macOS.
  • Loading branch information
ricab committed Jul 28, 2023
1 parent 38f90ee commit 70292a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/backends/qemu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ target_link_libraries(qemu_backend
logger
qemu_img_utils
qemu_platform_detail
scope_guard
utils
Qt6::Core)

Expand Down

0 comments on commit 70292a8

Please sign in to comment.