Skip to content
Snippets Groups Projects
Commit 405226bc authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Merge branch 'wip/fix-entropy' into 'master'

Update entropy-0.4.1.10.patch

See merge request !27
parents fb6feab0 5ed416b1
No related branches found
No related tags found
No related merge requests found
Pipeline #94804 failed
......@@ -81,7 +81,7 @@ index 4ddeeae..fd8b1a5 100644
+ ComponentDiff $
+ CLib $
+ emptyLibrary
+ { libBuildInfo = emptyBuildInfo { cppOptions = defs } }
+ { libBuildInfo = emptyBuildInfo { ccOptions = defs } }
+ }
+ nm -> return $ PreConfComponentOutputs{componentDiff=emptyComponentDiff nm}
+ }
......@@ -92,7 +92,7 @@ index 4ddeeae..fd8b1a5 100644
withTempDirectory normal "" testName $ \tmpDir -> do
writeFile (tmpDir ++ "/" ++ testName ++ ".c") sourceCode
- ec <- myRawSystemExitCode normal cc [tmpDir </> testName ++ ".c", "-o", tmpDir ++ "/a","-no-hs-main"]
+ ec <- rawSystemExitCode normal Nothing cc [tmpDir </> testName ++ ".c", "-o", tmpDir ++ "/a","-no-hs-main"]
+ ec <- rawSystemExitCode normal Nothing cc [tmpDir </> testName ++ ".c", "-o", tmpDir ++ "/a","-no-hs-main"] Nothing
notice normal $ message ++ show (ec == ExitSuccess)
return (ec == ExitSuccess)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment