Skip to content
2 changes: 1 addition & 1 deletion package-system/PhysX5/FindPhysX5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ set(extra_shared_libs ${EXTRA_SHARED_LIBS})
set(IMPORTED_PHYSICS_LIBS_SUFFIX
PhysX_static_64
PhysXPvdSDK_static_64
PhysXVehicle_static_64
PhysXVehicle2_static_64
PhysXCharacterKinematic_static_64
PhysXExtensions_static_64
PhysXCooking_static_64
Expand Down
2 changes: 1 addition & 1 deletion package-system/PhysX5/FindPhysX5_ios.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(PATH_TO_LIBS ${_PACKAGE_DIR}/bin/static/$<IF:$<CONFIG:profile>,${PHYSX_PROFI

set(${MY_NAME}_LIBRARIES
${PATH_TO_LIBS}/libPhysXCharacterKinematic_static_64.a
${PATH_TO_LIBS}/libPhysXVehicle_static_64.a
${PATH_TO_LIBS}/libPhysXVehicle2_static_64.a
${PATH_TO_LIBS}/libPhysXExtensions_static_64.a
${PATH_TO_LIBS}/libPhysXPvdSDK_static_64.a
${PATH_TO_LIBS}/libPhysX_static_64.a
Expand Down
4 changes: 2 additions & 2 deletions package-system/PhysX5/build_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"git_url": "https://github.com/o3de/PhysX.git",
"git_tag": "release/104.1",
"git_tag": "update_to_release_107.3",
"package_name": "PhysX",
"package_url": "https://github.com/NVIDIA-Omniverse/PhysX",
"package_license": "BSD-3-Clause",
Expand All @@ -11,7 +11,7 @@
"Darwin": {
"Mac-arm64": {
"patch_file": "physx5_mac.patch",
"package_version": "5.1.1-rev4",
"package_version": "5.6.1-rev1",
"custom_build_cmd": [
"./build-darwin-arm64.sh"
],
Expand Down
Loading