Fix common build

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter
2026-07-09 23:44:58 -04:00
parent 8ba132c927
commit ef28a394db
+1 -1
View File
@@ -228,7 +228,7 @@ if(CXX_CLANG)
endif()
if (BOOST_NO_HEADERS)
target_link_libraries(common PUBLIC Boost::algorithm Boost::icl Boost::pool)
target_link_libraries(common PUBLIC Boost::algorithm Boost::icl Boost::pool Boost::heap)
else()
target_link_libraries(common PUBLIC Boost::headers)
endif()