https://github.com/JuliaLang/julia
Raw File
Tip revision: f18655ed3c7f406fef1c8fe9e6761dbbe714b073 authored by Alex Arslan on 12 August 2019, 20:32:21 UTC
Set VERSION to 1.2.0-rc3 (#32869)
Tip revision: f18655e
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