Skip to content
Snippets Groups Projects
Commit d806095a authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Oops, fix Distribution.Make

parent 8dac8e40
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,9 @@ defaultMainHelper globalArgs _get_pkg_descr
exitWith retVal'
BuildCmd -> basicCommand "Build" "make"
(parseBuildArgs emptyBuildFlags args [])
(parseBuildArgs defaultProgramConfiguration
(emptyBuildFlags defaultProgramConfiguration)
args [])
MakefileCmd -> exitWith ExitSuccess -- presumably nothing to do
......
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