https://github.com/JuliaLang/julia
Raw File
Tip revision: 953797b3a7c168885bccc67fcd8ce03154389873 authored by Curtis Vogt on 19 January 2021, 14:56:58 UTC
Apple Silicon hotfixes
Tip revision: 953797b
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