Skip to content

Commit ec5d408

Browse files
jayschwaararslan
authored andcommitted
Replace remove_destination with force in cp (#2)
`remove_destination` isn't the parameter name anymore.
1 parent 28acb32 commit ec5d408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function install_binaries(file_base, file_ext, binary_dir)
2222
for dir in readdir(dirname(binary_path))
2323
cp(joinpath(dirname(binary_path), dir),
2424
joinpath(prefix, dir);
25-
remove_destination=true)
25+
force=true)
2626
end
2727
end
2828
else

0 commit comments

Comments
 (0)