https://github.com/JuliaLang/julia
Raw File
Tip revision: 69fcb5745bda8a5588c089f7b65831787cffc366 authored by Alex Arslan on 11 March 2021, 19:13:07 UTC
Set VERSION to 1.5.4 (#39827)
Tip revision: 69fcb57
mk_julia_flisp_boot.scm
(set! lastpwd (path.cwd))
(path.cwd (cadr *argv*))
(load (caddr *argv*))
(path.cwd lastpwd)
(make-system-image (cadddr *argv*))
back to top