1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 08:15:41 +03:00

Fix output file extension for compile cairo (#2727)

- Fixes #2724
This commit is contained in:
Jan Mas Rovira 2024-04-16 12:09:44 +02:00 committed by GitHub
parent e0ae356cd7
commit 138e8f4aca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ runCommand opts = do
set entryPointTarget (Just TargetCairo)
. applyCompileCommonOptions opts'
<$> getEntryPoint (opts' ^. compileInputFile)
cairoFile :: Path Abs File <- getOutputFile FileExtCasm inputFile moutputFile
cairoFile :: Path Abs File <- getOutputFile FileExtJson inputFile moutputFile
r <-
runReader entryPoint
. runError @JuvixError