Index: runtime/vm/vm.gypi |
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi |
index b3df3205f088205a2139db9f08f132fe0eb227b9..c6864631b693a449a4638f2c5ed3671105922c49 100644 |
--- a/runtime/vm/vm.gypi |
+++ b/runtime/vm/vm.gypi |
@@ -96,7 +96,7 @@ |
}]], |
}, |
{ |
- 'target_name': 'libdart_vm_precompiled', |
+ 'target_name': 'libdart_vm_precompiled_runtime', |
'type': 'static_library', |
'toolsets':['host', 'target'], |
'includes': [ |
@@ -112,7 +112,7 @@ |
'..', |
], |
'defines': [ |
- 'DART_PRECOMPILED', |
+ 'DART_PRECOMPILED_RUNTIME', |
], |
'conditions': [ |
['OS=="linux"', { |