Skip to content

Commit

Permalink
optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexeii Kislinskii committed Dec 7, 2020
1 parent 86f8464 commit fc259d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/tree-sitter/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TreeSitterConan(ConanFile):
def _source_subfolder(self):
return "source_subfolder"

def requirements(self):
def configure(self):
if self.settings.os == "Windows":
raise ConanInvalidConfiguration("tree-sitter is not support on {}.".format(self.settings.os))

Expand Down

0 comments on commit fc259d1

Please sign in to comment.