Skip to content

Commit 1c9033a

Browse files
authored
Update src/AutoBuild.jl
1 parent 58b3991 commit 1c9033a

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
@@ -1561,7 +1561,7 @@ function build_jll_package(src_name::String,
15611561
""")
15621562
else
15631563
# If no augmentation exists, ensure that the pkg_dir get's removed again.
1564-
rm(pkg_dir, recursive=true), force=true
1564+
Base.rm(pkg_dir, recursive=true, force=true)
15651565
end
15661566

15671567
# Generate target-demuxing main source file.

0 commit comments

Comments
 (0)