https://github.com/JuliaLang/julia
Raw File
Tip revision: 071f2a10c6d42eb705c2da78014989ac5ddb2776 authored by Alex Arslan on 01 September 2021, 00:05:50 UTC
Allow building libunwind as part of the LLVM monorepo
Tip revision: 071f2a1
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