Skip to content

Commit

Permalink
The version of PhysX cannot be built, since it fails to configure.
Browse files Browse the repository at this point in the history
With main branch of this repo, I've obtained error similar to :
NVIDIA-Omniverse/PhysX#231

I resolved it by manually updtating pacman after cloning PhysX, what was proposed
here NVIDIA-Omniverse/PhysX#230.

Signed-off-by: Michał Pełka <[email protected]>
  • Loading branch information
michalpelka committed Dec 21, 2023
1 parent 9c1758b commit 8d0dd9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package-system/PhysX5/build_package_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def clone(self, lockToCommit: str):
self.check_call(
['git', 'checkout', lockToCommit,],
)
# update pacman to according https://github.com/NVIDIA-Omniverse/PhysX/discussions/230
self.check_call(['physx/buildtools/packman/packman', 'update', '-y'])

def preparePreset(self, buildAsStaticLibs, config):
preset_index = 0
Expand Down

0 comments on commit 8d0dd9d

Please sign in to comment.