diff --git a/Utility/WebApp.hs b/Utility/WebApp.hs index 23e00ba62a..517251a7a9 100644 --- a/Utility/WebApp.hs +++ b/Utility/WebApp.hs @@ -42,7 +42,7 @@ localhost = "localhost" runBrowser :: String -> IO Bool runBrowser url = boolSystem cmd [Param url] where -#if MAC +#if OSX cmd = "open" #else cmd = "xdg-open"