summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-10-22 21:12:33 +0800
committerErik Kundiman <erik@megapahit.org>2025-10-22 21:12:33 +0800
commit951cd529249dc402dcef27976e083241d0671e8f (patch)
tree09fed2b46421c63036907e5db051432297b72460
parentf2b35719cfaf47f0225d92b0554eca699e861fc1 (diff)
Arch's Boost just got upgraded to 1.89
-rw-r--r--indra/cmake/Boost.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake
index d34fab9a33..69ebbd4514 100644
--- a/indra/cmake/Boost.cmake
+++ b/indra/cmake/Boost.cmake
@@ -33,7 +33,7 @@ if (WINDOWS)
else ()
target_link_libraries( ll::boost INTERFACE boost_regex${sfx})
endif ()
-if (NOT (${LINUX_DISTRO} MATCHES opensuse-tumbleweed OR WINDOWS))
+if (NOT (${LINUX_DISTRO} MATCHES arch OR (${LINUX_DISTRO} MATCHES opensuse-tumbleweed) OR WINDOWS))
target_link_libraries( ll::boost INTERFACE boost_system${sfx})
endif ()
target_compile_definitions( ll::boost INTERFACE BOOST_BIND_GLOBAL_PLACEHOLDERS )