Build: Forcefully disable asan for package not supporting it
wayland, libcurl and ffmpeg
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user