Increase verbosity of Rust compile
This commit is contained in:
parent
3cc0e96c44
commit
2ae18463fc
1 changed files with 1 additions and 1 deletions
2
Setup.hs
2
Setup.hs
|
@ -55,7 +55,7 @@ rsFolder = "librustzcash-wrapper"
|
|||
execCargo :: Verbosity -> String -> [String] -> IO ()
|
||||
execCargo verbosity command args = do
|
||||
cargoPath <-
|
||||
findProgramOnSearchPath Verbosity.silent defaultProgramSearchPath "cargo"
|
||||
findProgramOnSearchPath Verbosity.normal defaultProgramSearchPath "cargo"
|
||||
dir <- getCurrentDirectory
|
||||
let cargoExec =
|
||||
case cargoPath of
|
||||
|
|
Loading…
Reference in a new issue