https://github.com/JuliaLang/julia
Raw File
Tip revision: 9248bf7687a91fa0cce4bd496889e5cf578b009d authored by Alex Arslan on 08 July 2019, 19:42:16 UTC
Set VERSION to 1.2.0-rc2 (#32529)
Tip revision: 9248bf7
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