| Index: runtime/vm/corelib_impl_in.cc
|
| diff --git a/runtime/vm/corelib_impl_in.cc b/runtime/vm/corelib_impl_in.cc
|
| index fc95253025a83b5024bc483e9ac52ea07571a5cc..4141a13390a0bd0b1405815a00cfe297626f5e26 100644
|
| --- a/runtime/vm/corelib_impl_in.cc
|
| +++ b/runtime/vm/corelib_impl_in.cc
|
| @@ -10,7 +10,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_impl_source_[] = {
|
| - %s
|
| + {{DART_SOURCE}}
|
| };
|
|
|
| } // namespace dart
|
|
|