Skip to content

Commit

Permalink
yet again fix conanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JungerBoyo authored and JungerBoyo committed Jan 5, 2024
1 parent 014b96b commit 7fec9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def requirements(self):
self.requires("glad/0.1.36")
self.requires("spdlog/1.11.0")
self.requires("cli11/2.3.2")
if (self.settings["os"] != 'Windows'):
if (self.settings.os != 'Windows'):
self.requires("fastnoise2/0.10.0-alpha")
self.requires("glfw/3.3.8")

0 comments on commit 7fec9f5

Please sign in to comment.