From 6f29f45c8144f0512114fe9ea4e9a768d75501f7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 8 Mar 2020 04:23:45 +0100 Subject: [PATCH] Fix typo in f265bbbf82e9 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 33b136d26b..a9bb96be06 100644 --- a/wscript +++ b/wscript @@ -548,7 +548,7 @@ int main() { return 0; }''', compiler_flags.extend ([ flags_dict['sse'], flags_dict['fpmath-sse'], flags_dict['xmmintrinsics'], flags_dict['attasm'] ]) # mingw/gcc-8.2 - compiler_flags.append(lags_dict['xsaveintrin']) + compiler_flags.append(flags_dict['xsaveintrin']) # end of processor-specific section