From b4bef3964b7e77e1303f0452049bf26b23f67ba0 Mon Sep 17 00:00:00 2001 From: Hecklezz Date: Tue, 18 Nov 2025 13:18:39 +1000 Subject: [PATCH] Corrected ndPhysicsStub usage check for macOS --- indra/cmake/LLPhysicsExtensions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cmake/LLPhysicsExtensions.cmake b/indra/cmake/LLPhysicsExtensions.cmake index 291af3a58b..26727f3f29 100644 --- a/indra/cmake/LLPhysicsExtensions.cmake +++ b/indra/cmake/LLPhysicsExtensions.cmake @@ -69,7 +69,7 @@ if ((NOT HAVOK AND NOT HAVOK_TPV) OR DARWIN) # ARM64 requires ndPhyicsSt libnd_Pathing.a PATHS "${ARCH_PREBUILT_DIRS_RELEASE}" REQUIRED NO_DEFAULT_PATH) - if (NOT DARWIN) # Done in newview/CMakeLists.txt for darwin + if (NOT HAVOK AND NOT HAVOK_TPV) # Done in newview/CMakeLists.txt for darwin if Havok is enabled target_link_libraries(llphysicsextensions_impl INTERFACE ${ND_HACDCONVEXDECOMPOSITION_LIBRARY} ${HACD_LIBRARY} ${ND_PATHING_LIBRARY}) endif() #