Index: runtime/bin/platform_macos.cc |
diff --git a/runtime/bin/platform_macos.cc b/runtime/bin/platform_macos.cc |
index 365caf1068893715138725bcaecb2a43ec9fb40a..55ccd213f87b3e7ec1ea6b3192112cbea22c803c 100644 |
--- a/runtime/bin/platform_macos.cc |
+++ b/runtime/bin/platform_macos.cc |
@@ -43,6 +43,11 @@ const char* Platform::OperatingSystem() { |
} |
+const char* Platform::LibraryExtension() { |
+ return "dylib"; |
+} |
+ |
+ |
bool Platform::LocalHostname(char *buffer, intptr_t buffer_length) { |
return gethostname(buffer, buffer_length) == 0; |
} |