Browse Source

Disable unused boost_url

Ivan Savenko 1 năm trước cách đây
mục cha
commit
289ed742d0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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