let's not -DOSX, that results in unwanted mangling
This commit is contained in:
parent
6ef547717c
commit
0ccfb3bbb2
5 changed files with 5 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue