| Index: runtime/bin/extensions_macos.cc
|
| diff --git a/runtime/bin/extensions_macos.cc b/runtime/bin/extensions_macos.cc
|
| index 814f935db4ba2198da49161008e56adb0056704a..92a5e98cc216ec13291a73bc59a46c1920e26dad 100644
|
| --- a/runtime/bin/extensions_macos.cc
|
| +++ b/runtime/bin/extensions_macos.cc
|
| @@ -12,6 +12,9 @@
|
| namespace dart {
|
| namespace bin {
|
|
|
| +const char* kPrecompiledLibraryName = "libprecompiled.dylib";
|
| +const char* kPrecompiledSymbolName = "kInstructionsSnapshot";
|
| +
|
| void* Extensions::LoadExtensionLibrary(const char* library_file) {
|
| return dlopen(library_file, RTLD_LAZY);
|
| }
|
|
|