https://github.com/JuliaLang/julia
Raw File
Tip revision: 91550bfa4c9b553e8a792bda4fa1fc0c72ca6dcf authored by Jameson Nash on 07 October 2022, 09:36:24 UTC
Get through most of the build
Tip revision: 91550bf
mk_julia_flisp_boot.scm
(let ((lastpwd (path.cwd)))
  (path.cwd (cadr *argv*))
  (load (caddr *argv*))
  (path.cwd lastpwd))
(make-system-image (cadddr *argv*))
back to top