Skip to content

Commit

Permalink
Update recipes/raylib/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Abril Rincón Blanco <[email protected]>
  • Loading branch information
Julianiolo and AbrilRBS committed Jul 15, 2024
1 parent cf5f29e commit 9fae9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/raylib/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def requirements(self):

def validate(self):
if self.options.module_rtext and not self.options.module_rtextures:
raise ConanInvalidConfiguration("Cannot build rtext without rtextures")
raise ConanInvalidConfiguration('-o="raylib/*:module_rtext=True" needs -o="raylib/*:module_rtextures=True"')

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit 9fae9a8

Please sign in to comment.