浏览代码

Disable unused boost_url

Ivan Savenko 1 年之前
父节点
当前提交
289ed742d0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      conanfile.py

+ 1 - 0
conanfile.py

@@ -108,6 +108,7 @@ class VCMI(ConanFile):
         self.options["boost"].without_timer = True
         self.options["boost"].without_type_erasure = True
         self.options["boost"].without_wave = True
+        self.options["boost"].without_url = True
 
         self.options["ffmpeg"].disable_all_bitstream_filters = True
         self.options["ffmpeg"].disable_all_decoders = True