Fix --flavor
This commit is contained in:
parent
57c791106b
commit
e9fdc073c6
@ -2127,7 +2127,7 @@ endif|]
|
|||||||
liftIO $ threadDelay 5000000
|
liftIO $ threadDelay 5000000
|
||||||
|
|
||||||
addBuildFlavourToConf bc = case buildFlavour of
|
addBuildFlavourToConf bc = case buildFlavour of
|
||||||
Just bf -> [i|BuildFlavour = #{bf}|] <> [s|
|
Just bf -> [i|BuildFlavour = #{bf}
|
||||||
|] <> [i|#{bc}|]
|
|] <> [i|#{bc}|]
|
||||||
Nothing -> bc
|
Nothing -> bc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user