mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix host_os literal for windows (#4568)
* Fix host_os literal for windows * Fix slashes
This commit is contained in:
parent
fc5fd6e357
commit
3e49d8a815
4
DEPS
4
DEPS
@ -444,10 +444,10 @@ hooks = [
|
||||
{
|
||||
'name': 'frontend_server_packages',
|
||||
'pattern': '.',
|
||||
'condition': 'host_os == "windows"',
|
||||
'condition': 'host_os == "win"',
|
||||
'cwd': 'src/flutter/frontend_server/',
|
||||
'action': [
|
||||
'../../../src/third_party/dart/tools/sdks/win/dart-sdk/bin/pub.bat', 'get',
|
||||
'..\\..\\..\\src\\third_party\\dart\\tools\\sdks\\win\\dart-sdk\\bin\\pub.bat', 'get',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user