https://github.com/JuliaLang/julia
Raw File
Tip revision: 580d51cd13d7a2a8798c3603f3fccf092ddd879d authored by Keno Fischer on 15 September 2022, 07:15:24 UTC
Try to debug
Tip revision: 580d51c
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