We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16cdef commit d15a8f2Copy full SHA for d15a8f2
compile/build.jl
@@ -51,7 +51,7 @@ end
51
52
function compile_w_juliac(source_dir, output_dir)
53
julia_path = joinpath(Sys.BINDIR, Base.julia_exename())
54
- juliac_path = joinpath(Sys.BINDIR, "..", "share", "julia", "juliac.jl")
+ juliac_path = joinpath(Sys.BINDIR, "..", "share", "julia", "juliac", "juliac.jl")
55
jetreconstruction_path = joinpath(source_dir, "src", "JetReconstruction.jl")
56
lib_dir = joinpath(output_dir, "lib")
57
mkpath(lib_dir)
0 commit comments