feat: spellcheck input (#6446)
Reviewed-by: Mm2PL <mm2pl+gh@kotmisia.pl> Reviewed-by: pajlada <rasmus.karlsson@pajlada.com> Reviewed-by: fourtf <tf.four@gmail.com>
This commit is contained in:
+2
-1
@@ -6,13 +6,14 @@ from os import path
|
||||
|
||||
class Chatterino(ConanFile):
|
||||
name = "Chatterino"
|
||||
requires = "boost/1.86.0"
|
||||
requires = "boost/1.86.0", "hunspell/1.7.2"
|
||||
settings = "os", "compiler", "build_type", "arch"
|
||||
default_options = {
|
||||
"with_benchmark": False,
|
||||
"with_openssl3": True,
|
||||
"openssl*:shared": True,
|
||||
"boost*:header_only": True,
|
||||
"hunspell*:shared": False,
|
||||
}
|
||||
options = {
|
||||
"with_benchmark": [True, False],
|
||||
|
||||
Reference in New Issue
Block a user