Skip to content
Snippets Groups Projects
Commit 80876cb2 authored by Saizan's avatar Saizan
Browse files

FIX #166 by setting the right buildDir when preprocessing in sdist

parent 0f3d5966
No related branches found
Tags v0.1.15.2-70-g7de552e
No related merge requests found
...@@ -170,7 +170,7 @@ prepareTree verbosity pkg_descr mb_lbi tmpDir pps = do ...@@ -170,7 +170,7 @@ prepareTree verbosity pkg_descr mb_lbi tmpDir pps = do
-- pre-processors and include those generated files -- pre-processors and include those generated files
case mb_lbi of case mb_lbi of
Just lbi | not (null pps) Just lbi | not (null pps)
-> preprocessSources pkg_descr (lbi { buildDir = targetDir }) -> preprocessSources pkg_descr (lbi { buildDir = targetDir </> buildDir lbi })
True verbosity pps True verbosity pps
_ -> return () _ -> return ()
......
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