File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ allowed_hosts = [
96
96
]
97
97
98
98
deps = {
99
- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '45ce223bc8d8ca88e2eb2f38eb0cf799e39edd06 ' ,
99
+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '7137efc8964bd91fa13e69af2cd3d1e13007d065 ' ,
100
100
101
101
# Fuchsia compatibility
102
102
#
@@ -662,7 +662,7 @@ hooks = [
662
662
'pattern' : '.' ,
663
663
'condition' : 'download_windows_deps' ,
664
664
'action' : [
665
- 'python ' ,
665
+ 'python3 ' ,
666
666
'src/build/win/generate_winrt_headers.py' ,
667
667
]
668
668
}
Original file line number Diff line number Diff line change 68
68
"name" :" Windows Host Engine" ,
69
69
"repo" :" engine"
70
70
},
71
- {
72
- "name" :" Windows UWP Engine" ,
73
- "repo" :" engine"
74
- },
75
71
{
76
72
"name" :" Windows Web Engine" ,
77
73
"repo" :" engine"
Original file line number Diff line number Diff line change 110
110
{
111
111
"name" :" Windows UWP Engine" ,
112
112
"repo" :" engine" ,
113
- "enabled" : true
113
+ "enabled" : false
114
114
},
115
115
{
116
116
"name" :" Windows Web Engine" ,
You can’t perform that action at this time.
0 commit comments