JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
616 stars 258 forks source link

rm old manual handling of `--compiled-modules` #3738

Closed IanButterworth closed 8 months ago

IanButterworth commented 8 months ago

Fixes https://github.com/JuliaLang/Pkg.jl/issues/3737

julia_cmd() now handles this https://github.com/JuliaLang/julia/blob/abb7e3074b75c85b409320ccc7d9f5e9e9adb4a3/base/util.jl#L208-L209

@maleadt

maleadt commented 8 months ago

Thanks!