| Index: pkg/pkg.gyp
|
| diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp
|
| index a108bea3a2e3a838ac9e984cf5ee40e9c045c682..7a7ae9a4fa7f568862e0017a1abbaf125a88dd3a 100644
|
| --- a/pkg/pkg.gyp
|
| +++ b/pkg/pkg.gyp
|
| @@ -26,11 +26,13 @@
|
| ],
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
|
| + '<(PRODUCT_DIR)/.packages',
|
| ],
|
| 'action': [
|
| - 'python', '../tools/make_links.py',
|
| + 'python', '../tools/make_links.py', '--create-links',
|
| + '--create-package-file',
|
| '--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
|
| - '<(PRODUCT_DIR)/packages',
|
| + '<(PRODUCT_DIR)',
|
| '<@(_inputs)',
|
| # Pub imports dart2js as compiler_unsupported so it can work outside
|
| # the SDK. Map that to the compiler package.
|
|
|