JuliaLang / PackageCompiler.jl

Compile your Julia Package
https://julialang.github.io/PackageCompiler.jl/dev/
MIT License
1.42k stars 191 forks source link

two copies of libjulia-codegen and libjulia-internal #828

Closed JeffBezanson closed 1 year ago

JeffBezanson commented 1 year ago

On latest master, with the new library bundling code, I get two copies of these, one in lib/ and one in lib/julia.

KristofferC commented 1 year ago

Ah, I think this is due to the mismatch in how the libraries are stored between locally compiled julias (everything in lib) and the released binaries (only libjulia in lib and the rest in lib/julia).