Skip to content
Snippets Groups Projects
Unverified Commit fe0f8ed6 authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by GitHub
Browse files

Use cc rather than gcc as default compiler

This is the morally right thing to do and fixes FreeBSD,
which ships only with clang.
parent 0b44990f
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ die :: String -> IO a
die s = hPutStr stderr s >> exitWith (ExitFailure 1)
default_compiler :: String
default_compiler = "gcc"
default_compiler = "cc"
------------------------------------------------------------------------
-- Write the output files.
......
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