summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2025-10-02 13:35:54 -0700
committerBrad Linden <brad@lindenlab.com>2025-10-02 13:35:54 -0700
commitb314a0bb64e81e17cb5a4d4e9ea417fe4040d25f (patch)
tree05377ace6d9eb6e7d047efeb162635951281fbb3 /indra
parentfc41f57a06065957bc377d7a1716c5c04b8fec70 (diff)
new llphysicsextensions_source package that sets OSX_ARCHITECTURES properly
and should hopefully package llphysicsextensions_tpv successfully
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 9e566096fc..0d50aeca82 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -74,9 +74,6 @@ if (NOT HAVOK_TPV)
target_link_libraries(llphysicsextensions llrender )
if (DARWIN)
target_compile_options( llphysicsextensions PRIVATE -Wno-unused-local-typedef)
-
- # TODO - move this into llphysicsextensions/CMakeLists.txt once I've proved it works
- set_target_properties(llphysicsextensions PROPERTIES OSX_ARCHITECTURES "x86_64")
endif (DARWIN)
endif()
endif (NOT HAVOK_TPV)