mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 16:25:43 +01:00
Delete $OUT_OF_SOURCE_DIR under --force
The deletion of "$OUT_OF_SOURCE_DIR" had mistakenly been lumped together with Yotta and then removed when Yotta support was removed. Bring it back.
This commit is contained in:
parent
d1174cf015
commit
53190e6160
@ -370,6 +370,7 @@ pre_parse_command_line () {
|
||||
|
||||
pre_check_git () {
|
||||
if [ $FORCE -eq 1 ]; then
|
||||
rm -rf "$OUT_OF_SOURCE_DIR"
|
||||
git checkout-index -f -q $CONFIG_H
|
||||
cleanup
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user