Skip to content
Snippets Groups Projects
Commit 2895999d authored by Andrey Mokhov's avatar Andrey Mokhov
Browse files

Fix typo

parent 4378fcfe
No related merge requests found
......@@ -26,8 +26,7 @@ configureBuilderArgs = mconcat
, "--enable-shared=no" -- TODO: add support for yes
, "--host=" ++ targetPlatform ]
-- On OS X, use "nm-classic" instead of "nm" due to a bug in the later.
-- On OS X, use "nm-classic" instead of "nm" due to a bug in the latter.
-- See https://ghc.haskell.org/trac/ghc/ticket/11744
, builder (Configure ".") ? System.os == "darwin" ?
arg "--with-nm=$(xcrun --find nm-classic)"
]
arg "--with-nm=$(xcrun --find nm-classic)" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment