trivial: lenovo-thinklmi: disable plugin build outside linux

This commit is contained in:
Mario Limonciello 2022-05-05 11:32:22 -05:00
parent b092f9e80c
commit 1c38d02367

View File

@ -1,4 +1,4 @@
if not get_option('plugin_uefi_capsule').disabled()
if get_option('plugin_uefi_capsule').disable_auto_if(host_machine.system() != 'linux').allowed()
cargs = ['-DG_LOG_DOMAIN="FuPluginLenovoThinkLmi"']