Index: runtime/vm/corelib_in.cc |
diff --git a/runtime/vm/corelib_in.cc b/runtime/vm/corelib_in.cc |
index 37c60ac96dbea128399fb3dd937872ae3746a3c0..4216309a8039f290e4b9481b5de48e01d952167d 100644 |
--- a/runtime/vm/corelib_in.cc |
+++ b/runtime/vm/corelib_in.cc |
@@ -9,7 +9,7 @@ namespace dart { |
// The string on the next line will be filled in with the contents of the |
// bootstrap dart files. |
const char Bootstrap::corelib_source_[] = { |
- %s |
+ {{DART_SOURCE}} |
}; |
} // namespace dart |