Index: runtime/vm/vm.gypi |
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi |
index 01b729e2b710bba43a8b2fdaec14afe2663eb8b7..a072f6530adbca79e52e4ffaa7a440bb6906bbfa 100644 |
--- a/runtime/vm/vm.gypi |
+++ b/runtime/vm/vm.gypi |
@@ -1290,7 +1290,7 @@ |
], |
'outputs': [ |
# Instead of listing all outputs we list a single well-known one. |
- '<(gen_source_dir)/patched_sdk/lib/core/core.dart', |
+ '<(PRODUCT_DIR)/patched_sdk/lib/core/core.dart', |
], |
'action': [ |
'python', |
@@ -1300,7 +1300,7 @@ |
'vm', |
'../sdk', |
'<(gen_source_dir)/patches', |
- '<(gen_source_dir)/patched_sdk', |
+ '<(PRODUCT_DIR)/patched_sdk', |
], |
}, |
], |