From 307bc44ce8c83f8bc31d81515c5c1b2bf2e78027 Mon Sep 17 00:00:00 2001 From: Hecklezz Date: Wed, 19 Nov 2025 02:16:34 +1000 Subject: [PATCH] Look for Havok_TPV where it should be as it isn't in /lib --- indra/newview/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 4744c14a15..7a9aff5410 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2529,7 +2529,7 @@ elseif (DARWIN) # arch specific flags for universal builds: https://stackoverflow.com/a/77942065 XCODE_ATTRIBUTE_OTHER_CFLAGS[arch=x86_64] "$(inherited) -DLLPHYSICSEXTENSIONS_USE_FULL -DLL_HAVOK=1" # only generate the .MAP file for llphysicsextensions_tpv on x86_64 - XCODE_ATTRIBUTE_OTHER_LDFLAGS[arch=x86_64] "$(inherited) -L${ARCH_PREBUILT_DIRS}/lib -lllphysicsextensions_tpv" + XCODE_ATTRIBUTE_OTHER_LDFLAGS[arch=x86_64] "$(inherited) -L${ARCH_PREBUILT_DIRS}/ -lllphysicsextensions_tpv" XCODE_ATTRIBUTE_OTHER_LDFLAGS[arch=arm64] "$(inherited) \ ${ND_HACDCONVEXDECOMPOSITION_LIBRARY} \ ${HACD_LIBRARY} \