Skip to content

Commit 088814a

Browse files
committed
switch to our fork
1 parent d727a9e commit 088814a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

branch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
105.1-physx-5.3.1
1+
105.1-physx-5.3.1.patch0

build-linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git clone -b $(cat branch) --depth 1 --recursive https://github.com/NVIDIA-Omniverse/PhysX.git
1+
git clone -b $(cat branch) --depth 1 --recursive https://github.com/sapien-sim/PhysX.git
22
sed -i 's/name="PX_BUILDSNIPPETS" value="True"/name="PX_BUILDSNIPPETS" value="False"/g' PhysX/physx/buildtools/presets/public/linux.xml
33
sed -i 's/name="PX_BUILDPVDRUNTIME" value="True"/name="PX_BUILDPVDRUNTIME" value="False"/g' PhysX/physx/buildtools/presets/public/linux.xml
44
sed -i 's/-Werror//g' PhysX/physx/source/compiler/cmake/linux/CMakeLists.txt

build-windows.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git clone -b $(cat branch) --depth 1 --recursive https://github.com/NVIDIA-Omniverse/PhysX.git
1+
git clone -b $(cat branch) --depth 1 --recursive https://github.com/sapien-sim/PhysX.git
22
sed -i 's/name="PX_BUILDSNIPPETS" value="True"/name="PX_BUILDSNIPPETS" value="False"/g' PhysX/physx/buildtools/presets/public/vc17win64.xml
33
sed -i 's/name="PX_BUILDPVDRUNTIME" value="True"/name="PX_BUILDPVDRUNTIME" value="False"/g' PhysX/physx/buildtools/presets/public/vc17win64.xml
44
sed -i 's/name="PX_GENERATE_STATIC_LIBRARIES" value="False"/name="PX_GENERATE_STATIC_LIBRARIES" value="True"/g' PhysX/physx/buildtools/presets/public/vc17win64.xml

0 commit comments

Comments
 (0)