let's not -DOSX, that results in unwanted mangling

This commit is contained in:
Joey Hess 2012-09-29 14:49:15 -04:00
parent 6ef547717c
commit 0ccfb3bbb2
5 changed files with 5 additions and 6 deletions

View file

@ -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"