Skip to content

Commit

Permalink
fixup windows shim
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Jan 23, 2025
1 parent 547374b commit bbf4616
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Apps/Apps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,12 @@ end
function windows_shim(pkgname, julia::String, env)
return """
@echo off
set JULIA_LOAD_PATH=$(repr(env))
set JULIA_DEPOT_PATH=$(repr(join(DEPOT_PATH, ';')))
$SHIM_HEADER
setlocal
set JULIA_LOAD_PATH=$env
set JULIA_DEPOT_PATH=$(join(DEPOT_PATH, ';'))
$julia ^
--startup-file=no ^
Expand Down

0 comments on commit bbf4616

Please sign in to comment.