https://github.com/JuliaLang/julia
Raw File
Tip revision: d1896f50e91925e5a4d864ea2715bfd16b1e1eb8 authored by Jameson Nash on 09 February 2017, 20:56:54 UTC
fix JULIACODEGEN=none target
Tip revision: d1896f5
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