Skip to content

Commit

Permalink
Updated conanfile for linux os support
Browse files Browse the repository at this point in the history
  • Loading branch information
SpinnerX committed Sep 12, 2024
1 parent a13a595 commit 625af4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ def requirements(self):
self.requires("joltphysics/1.0")
# self.requires("assimp/5.4.1")

def system_requirements(self):
# def system_requirements(self):
# depending on the platform or the tools.system.package_manager:tool configuration
# only one of these will be executed
Apt(self).install(["libgl-dev"])
Yum(self).install(["libglvnd-devel"])
PacMan(self).install(["libglvnd"])
Zypper(self).install(["Mesa-libGL-devel"])
# Apt(self).install(["libgl-dev"])
# Yum(self).install(["libglvnd-devel"])
# PacMan(self).install(["libglvnd"])
# Zypper(self).install(["Mesa-libGL-devel"])

def config_options(self):
if self.settings.os == "Windows":
Expand Down

0 comments on commit 625af4a

Please sign in to comment.