Skip to content

Commit 6cb7475

Browse files
authored
fix regression (#1387)
1 parent d10ad16 commit 6cb7475

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AutoBuild.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,9 +1413,8 @@ function build_jll_package(src_name::String,
14131413
""")
14141414
end
14151415
end
1416-
1416+
pkg_dir = joinpath(code_dir, ".pkg")
14171417
if !isempty(augment_platform_block)
1418-
pkg_dir = joinpath(code_dir, ".pkg")
14191418
!ispath(pkg_dir) && mkdir(pkg_dir)
14201419
write(joinpath(pkg_dir, "platform_augmentation.jl"), augment_platform_block)
14211420

0 commit comments

Comments
 (0)