Index: tools/create_sdk.py |
diff --git a/tools/create_sdk.py b/tools/create_sdk.py |
index b9cd4e0ee1c545b08a837002be3385bd8f9a45d5..07017a6d15689fdac2099bcaa7307bed825ed545 100755 |
--- a/tools/create_sdk.py |
+++ b/tools/create_sdk.py |
@@ -34,6 +34,7 @@ |
# ......mirrors/ |
# ......uri/ |
# ......utf/ |
+# ......scalarlist/ |
# ....pkg/ |
# ......args/ |
# ......compiler/ |
@@ -224,7 +225,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')) |