Skip to content

Commit

Permalink
don't copy from StdlibArtifacts.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Dec 13, 2020
1 parent ca30fd7 commit 420600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackageCompiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ function bundle_artifacts(ctx, app_dir)
pkg_source_path = source_path(ctx, pkg)
pkg_source_path === nothing && continue
# Check to see if this package has an (Julia)Artifacts.toml
for f in vcat(collect(Pkg.Artifacts.artifact_names), "StdlibArtifacts.toml")
for f in Pkg.Artifacts.artifact_names
artifacts_toml_path = joinpath(pkg_source_path, f)
if isfile(artifacts_toml_path)
@debug "bundling artifacts for $(pkg.name)"
Expand Down

0 comments on commit 420600d

Please sign in to comment.