From 94993276d11262a49b14f663bfde35dd8a8724e0 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 11 Oct 2019 06:52:20 +0300 Subject: [PATCH] waifulib: fix syntax error --- scripts/waifulib/fwgslib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/waifulib/fwgslib.py b/scripts/waifulib/fwgslib.py index 3b64cea..5bab6a9 100644 --- a/scripts/waifulib/fwgslib.py +++ b/scripts/waifulib/fwgslib.py @@ -48,7 +48,7 @@ def get_flags_by_type(flags, type, compiler): return out @Configure.conf -def filter_flags(conf, flags, required_flags = [], checkfunc, checkarg, compiler): +def filter_flags(conf, flags, required_flags, checkfunc, checkarg, compiler): conf.msg('Detecting supported flags for %s' % (compiler), '...') check_flags = required_flags