https://github.com/JuliaLang/julia
Raw File
Tip revision: 0107bc6f2bf579124dc70b674d6046ebea324821 authored by Fredrik Ekre on 13 March 2020, 23:54:16 UTC
Enable -P flag as a shorthand for --project, fixes #35106.
Tip revision: 0107bc6
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