Skip to content

Commit

Permalink
🐛 Fixed polyvox trying to build bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Feb 27, 2024
1 parent 5690f1a commit 27c4b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan-recipes/polyvox/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def generate(self):
tc = CMakeToolchain(self)
tc.variables["ENABLE_EXAMPLES"] = "OFF"
tc.variables["ENABLE_TESTS"] = "OFF"
tc.variables["BUILD_BINDINGS"] = "OFF"
tc.variables["ENABLE_BINDINGS"] = "OFF"
tc.variables["BUILD_DOCS"] = "OFF"
tc.variables["BUILD_MANUAL"] = "OFF"
tc.generate()
Expand Down

0 comments on commit 27c4b86

Please sign in to comment.