Skip to content
Snippets Groups Projects
Commit 17a50b26 authored by judah's avatar judah
Browse files

Add -framework arguments when linking executables.

parent 7266b85d
No related branches found
No related tags found
No related merge requests found
......@@ -497,6 +497,7 @@ build pkg_descr lbi verbosity = do
++ ldOptions exeBi
++ ["-l"++lib | lib <- extraLibs exeBi]
++ ["-L"++libDir | libDir <- extraLibDirs exeBi]
++ concat [["-framework", f] | f <- frameworks exeBi]
++ if profExe
then ["-prof",
"-hisuf", "p_hi",
......
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