| Index: tools/create_sdk.py
|
| diff --git a/tools/create_sdk.py b/tools/create_sdk.py
|
| index 3b14658f8192861608a406657e2033eec07d93a4..0b89851afdf98cc465ac49ae90aa345c49858441 100755
|
| --- a/tools/create_sdk.py
|
| +++ b/tools/create_sdk.py
|
| @@ -34,6 +34,7 @@
|
| # ......mirrors/
|
| # ......uri/
|
| # ......utf/
|
| +# ......scalarlist/
|
| # ....pkg/
|
| # ......args/
|
| # ......compiler/
|
| @@ -226,7 +227,8 @@ def Main(argv):
|
| #
|
|
|
| for library in ['_internal', 'html', 'core', 'coreimpl',
|
| - 'crypto', 'isolate', 'json', 'math', 'mirrors', 'uri', 'utf']:
|
| + 'crypto', 'isolate', 'json', 'math', 'mirrors',
|
| + 'scalarlist', 'uri', 'utf']:
|
| copytree(join(HOME, 'lib', library), join(LIB, library),
|
| ignore=ignore_patterns('*.svn', 'doc', '*.py', '*.gypi', '*.sh'))
|
|
|
|
|