diff options
author | akhropov <akhropov@yandex-team.com> | 2023-02-13 12:47:51 +0300 |
---|---|---|
committer | akhropov <akhropov@yandex-team.com> | 2023-02-13 12:47:51 +0300 |
commit | 79abe6d7fd7f8b6c40fbcd38acadf90c25210bdb (patch) | |
tree | b82beea41cf5c006fc3255ae81866d86c6a53eca | |
parent | c906f2aa4677e77f0a08542f044177d01f3f1c2a (diff) | |
download | ydb-79abe6d7fd7f8b6c40fbcd38acadf90c25210bdb.tar.gz |
Add conan_require_tool to add to [tool_requires] section of conanfile.txt. Part 2. build/ymake.core.conf changes..
-rw-r--r-- | conanfile.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conanfile.txt b/conanfile.txt index dc40e8fd10..7dd8ab420f 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -3,11 +3,11 @@ bison/3.5.3 c-ares/1.18.1 libiconv/1.15 openssl/1.1.1s -ragel/6.10 -yasm/1.3.0 zlib/1.2.12 [tool_requires] +ragel/6.10 +yasm/1.3.0 [options] libiconv:shared=True |