Skip to content

Commit d15a8f2

Browse files
committed
update juliac location
1 parent c16cdef commit d15a8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151

5252
function compile_w_juliac(source_dir, output_dir)
5353
julia_path = joinpath(Sys.BINDIR, Base.julia_exename())
54-
juliac_path = joinpath(Sys.BINDIR, "..", "share", "julia", "juliac.jl")
54+
juliac_path = joinpath(Sys.BINDIR, "..", "share", "julia", "juliac", "juliac.jl")
5555
jetreconstruction_path = joinpath(source_dir, "src", "JetReconstruction.jl")
5656
lib_dir = joinpath(output_dir, "lib")
5757
mkpath(lib_dir)

0 commit comments

Comments
 (0)