Windows: use roken's rk_rename
Windows CRT rename does not unlink the target if it exists. Change-Id: Id7bdf5729d418bb22b59ab11d0d5f31ccb7e3577
This commit is contained in:
@@ -93,6 +93,9 @@ NO_RAND_EGD_METHOD=1
|
||||
# Windows CRT mkdir does not have the mode parameter
|
||||
MKDIR_DOES_NOT_HAVE_MODE=1
|
||||
|
||||
# Windows CRT rename does not unlink the target
|
||||
RENAME_DOES_NOT_UNLINK=1
|
||||
|
||||
# Disable build of installers
|
||||
!ifndef NO_INSTALLERS
|
||||
BUILD_INSTALLERS=1
|
||||
|
Reference in New Issue
Block a user