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

@ -142,7 +142,7 @@ openFileBrowser = do
return False
)
where
#if OSX
#ifdef darwin_HOST_OS
cmd = "open"
#else
cmd = "xdg-open"