mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-10 00:43:59 +02:00
Disable unused boost_url
This commit is contained in:
parent
a64f1f1232
commit
289ed742d0
@ -108,6 +108,7 @@ class VCMI(ConanFile):
|
|||||||
self.options["boost"].without_timer = True
|
self.options["boost"].without_timer = True
|
||||||
self.options["boost"].without_type_erasure = True
|
self.options["boost"].without_type_erasure = True
|
||||||
self.options["boost"].without_wave = 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_bitstream_filters = True
|
||||||
self.options["ffmpeg"].disable_all_decoders = True
|
self.options["ffmpeg"].disable_all_decoders = True
|
||||||
|
Loading…
Reference in New Issue
Block a user