speculative fix

This commit is contained in:
Ștefan Talpalaru 2021-05-05 12:25:14 +02:00
parent d74428a6ee
commit 12c3591fc1
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ build_nim() {
fi
# bootstrap the Nim compiler and build the tools
rm -rf bin/nim_csources
rm -f bin/{nim,nim_csources}
pushd csources
if [[ "$ON_WINDOWS" == "0" ]]; then
$MAKE $UCPU clean