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
|
@ -142,7 +142,7 @@ openFileBrowser = do
|
|||
return False
|
||||
)
|
||||
where
|
||||
#if OSX
|
||||
#ifdef darwin_HOST_OS
|
||||
cmd = "open"
|
||||
#else
|
||||
cmd = "xdg-open"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue