From 5ae6c99b0b3a38e53c817bdc985226c90bcb7946 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Sep 2012 14:49:15 -0400 Subject: let's not -DOSX, that results in unwanted mangling --- Utility/WebApp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility') diff --git a/Utility/WebApp.hs b/Utility/WebApp.hs index 3a55bd74a..e11b3f411 100644 --- a/Utility/WebApp.hs +++ b/Utility/WebApp.hs @@ -44,7 +44,7 @@ localhost = "localhost" runBrowser :: String -> IO Bool runBrowser url = boolSystem cmd [Param url] where -#if OSX +#ifdef darwin_HOST_OS cmd = "open" #else cmd = "xdg-open" -- cgit v1.2.3