Index: pkg/pkg.gyp |
diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp |
index eed2aac87c4f19f68874c5df08c5f08c274d0575..4afbb197d6c0c884a0a0ca44abb04c6bf5e2fd49 100644 |
--- a/pkg/pkg.gyp |
+++ b/pkg/pkg.gyp |
@@ -30,6 +30,9 @@ |
'--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/packages.stamp', |
'<(PRODUCT_DIR)/packages', |
'<@(_inputs)', |
+ # Pub imports dart2js as compiler_unsupported so it can work outside |
+ # the SDK. Map that to the compiler package. |
+ 'compiler/lib:compiler_unsupported' |
], |
}, |
], |