Skip to content

Commit f235281

Browse files
committed
Use installed binary
1 parent 278f74e commit f235281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/Artifacts.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ compile =
3636
do putStrLn "Compiling artifacts..."
3737

3838
exitCode <-
39-
Process.rawSystem "../../compiler/dist/build/elm/elm"
39+
Process.rawSystem "elm"
4040
[ "make"
4141
, "src/frontend/Main.elm"
4242
, "--optimize"

0 commit comments

Comments
 (0)