Build: Forcefully disable asan for package not supporting it

wayland, libcurl and ffmpeg
This commit is contained in:
SirLynix
2023-10-28 11:55:24 +02:00
parent f707c3b739
commit 9f88d8a7e8
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
option("ffmpeg", { description = "Build FFmpeg plugin", default = false, category = "Plugins" })
if has_config("ffmpeg") then
add_requires("ffmpeg", { configs = { shared = true } })
add_requires("ffmpeg", { configs = { asan = false, shared = true } })
target("PluginFFmpeg")
set_group("Plugins")