Commit 5cc556f
win: Fix the build with verbose options
The 'append' method should be used instead of extend,
since the 'extend' method treats the arguments as an iterable object,
so extends the current list with list of characters.1 parent e53a7eb commit 5cc556f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments