Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl authored Jun 6, 2024
1 parent ae4f6d5 commit 29420a1
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 @@ -371,7 +371,7 @@ def requirements(self):

def build_requirements(self):
self.tool_requires("cmake/3.28.1")
self.tool_requires("nasm/2.16.01")
# self.tool_requires("nasm/2.16.01")
# self.tool_requires("ccache/4.9.1")
if self.settings.os != "Windows":
self.tool_requires("ninja/1.11.1")
Expand Down

0 comments on commit 29420a1

Please sign in to comment.