Try looking for Havok_TPV in /lib instead...

master
Hecklezz 2025-11-18 21:41:53 +10:00
parent 54212f1b6c
commit be91f40da3
1 changed files with 1 additions and 1 deletions

View File

@ -2529,7 +2529,7 @@ elseif (DARWIN)
# arch specific flags for universal builds: https://stackoverflow.com/a/77942065 # 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" 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 # only generate the .MAP file for llphysicsextensions_tpv on x86_64
XCODE_ATTRIBUTE_OTHER_LDFLAGS[arch=x86_64] "$(inherited) -lllphysicsextensions_tpv" XCODE_ATTRIBUTE_OTHER_LDFLAGS[arch=x86_64] "$(inherited) -L${ARCH_PREBUILT_DIRS}/lib -lllphysicsextensions_tpv"
XCODE_ATTRIBUTE_OTHER_LDFLAGS[arch=arm64] "$(inherited) \ XCODE_ATTRIBUTE_OTHER_LDFLAGS[arch=arm64] "$(inherited) \
${ND_HACDCONVEXDECOMPOSITION_LIBRARY} \ ${ND_HACDCONVEXDECOMPOSITION_LIBRARY} \
${HACD_LIBRARY} \ ${HACD_LIBRARY} \