mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update dart path post move to 3rd-party (#109)
This commit is contained in:
parent
13e6d0abb8
commit
fcb277b9b2
@ -14,7 +14,7 @@ import os
|
||||
import sys
|
||||
|
||||
DART_SCRIPT_DIR = os.path.dirname(sys.argv[0])
|
||||
DART_ROOT = os.path.realpath(os.path.join(DART_SCRIPT_DIR, '../../dart'))
|
||||
DART_ROOT = os.path.realpath(os.path.join(DART_SCRIPT_DIR, '../../third_party/dart'))
|
||||
FLUTTER_ROOT = os.path.realpath(os.path.join(DART_SCRIPT_DIR, '../../flutter'))
|
||||
|
||||
class VarImpl(object):
|
||||
|
Loading…
Reference in New Issue
Block a user