thanks bsd

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-09-15 13:12:45 -04:00
parent 87e540ecf7
commit 6283d94bdd
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with 8 additions and 1 deletions

View File

@ -485,7 +485,14 @@ else()
find_package(Opus 1.3 MODULE REQUIRED)
find_package(ZLIB 1.2 REQUIRED)
find_package(zstd 1.5 REQUIRED MODULE)
find_package(Boost 1.57.0 REQUIRED context system fiber)
# wow
if (PLATFORM_LINUX)
find_package(Boost 1.57.0 REQUIRED headers context system fiber)
else()
find_package(Boost 1.57.0 REQUIRED)
endif()
find_package(MbedTLS 3 REQUIRED)
find_package(VulkanUtilityLibraries REQUIRED)