Ensure that updated files are replaced w/o warning

This commit is contained in:
Rasmus Michelsen 2020-09-18 20:44:09 +02:00 committed by Stephan Seitz
parent 3652bed53e
commit 2624c00b37

View file

@ -104,7 +104,7 @@ local function select_mv_cmd(compile_location, parser_lib_name)
return {
cmd = 'cmd',
opts = {
args = { '/C', 'move', compile_location..'\\parser.so', parser_lib_name },
args = { '/C', 'move', '/Y', compile_location..'\\parser.so', parser_lib_name },
}
}
else