diff --git a/src/online/link_helper.cpp b/src/online/link_helper.cpp index 5cc48f1ef..3c23a05a9 100644 --- a/src/online/link_helper.cpp +++ b/src/online/link_helper.cpp @@ -97,7 +97,7 @@ namespace Online { Log::error("OpenURL", "Command returned non-zero exit status"); } -#elif defined(__linux__) || defined(__FreeBSD__) +#elif defined(__linux__) || defined(__FreeBSD__) || defined(__HAIKU__) std::string command = std::string("xdg-open ").append(url); const char* lib_path = getenv("LD_LIBRARY_PATH");