https://github.com/JuliaLang/julia
Raw File
Tip revision: 768b25f6a850bf68e4c6c85ede37c44b16c79625 authored by Alex Arslan on 18 August 2019, 00:04:33 UTC
Set VERSION to 1.3.0-rc1 (#32941)
Tip revision: 768b25f
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