Skip to content

Commit acd212e

Browse files
committed
Initialize code_dir even if we're just deploying binaries
1 parent eb0694a commit acd212e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoBuild.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function build_tarballs(ARGS, src_name, src_version, sources, script,
133133
error("Cannot register without deploying!")
134134
end
135135

136-
if deploy_jll
136+
if deploy_bin || deploy_jll
137137
code_dir = joinpath(Pkg.devdir(), "$(src_name)_jll")
138138

139139
# Shove them into `kwargs` so that we are conditionally passing them along

0 commit comments

Comments
 (0)